Skip to content

Contributing.md and DCO #602

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 3, 2021
Merged

Contributing.md and DCO #602

merged 3 commits into from
Aug 3, 2021

Conversation

clux
Copy link
Member

@clux clux commented Aug 3, 2021

Based on simpler requirements and discussion after #585 (comment)

@clux clux force-pushed the contrib-dco branch 3 times, most recently from 855aabf to 2918ba5 Compare August 3, 2021 18:55
@clux
Copy link
Member Author

clux commented Aug 3, 2021

Ok, the DCO does take a bit of work for users the first time. The instructions for the last commit is clear:

git commit --amend --signoff
git push -f

but if you have more than one commit you actually have to:

git rebase --exec 'git commit --amend --no-edit -n --signoff' -i origin/master
git push -f

or squash first, then do the first solution.

@clux clux linked an issue Aug 3, 2021 that may be closed by this pull request
@@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2014 The Kubernetes Authors.
Copyright 2018 The kube-rs Authors.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Copyright 2018 The kube-rs Authors.
Copyright 2018-2021 The kube-rs Authors.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bumping years in copyright files isn't actually a legally viable nor necessary thing to do: https://matija.suklje.name/how-and-why-to-properly-write-copyright-statements-in-your-code#why-keep-the-year

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you could also go the client-go way

CONTRIBUTING.md Outdated
changes on that branch, and then use GitHub to open a pull request with your
changes.

Every PR must be reviewed by at least one Core Maintainer of the project. Once
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Might be worth defining a list of Core Maintainers somewhere (codeowners file? org members?)

In the latter case, you're still listed as private over at https://github.com/orgs/kube-rs/people.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have updated my membership to public. That was an accident.
Also I have renamed the owners team to core-maintainers: https://github.com/orgs/kube-rs/teams/core-maintainers

I'll add a link to it.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't look like the team is public, FWIW.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is set to visible, which is the highest setting. But apparently teams are only visible to org members, so may need to do something else there.

@clux clux merged commit b69d3c1 into master Aug 3, 2021
@clux clux deleted the contrib-dco branch August 3, 2021 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

donation: CLA/DCO setup
3 participants