-
Notifications
You must be signed in to change notification settings - Fork 533
Creates CONTRIBUTOR and MAINTAINERS files #353
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
Changes from 1 commit
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
3cd3d9e
* moving CHANGELOG to markdown to get benefits of the format that it …
tarcinil 8f21f44
fixing dco anchor
tarcinil 246c8ee
using markdown formats
tarcinil 6dcf2fc
adding pull request requirements and license information
tarcinil 02d9a59
adding github templates for issues/pull requests
tarcinil ea2a405
Merge branch 'master' into feature/349
tarcinil 5e9d79e
fixing comments to PR
tarcinil 561f751
Merge branch 'master' into feature/349
perlun File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
adding pull request requirements and license information
Signed-off-by: Vern Burton <me@vernburton.com>
- Loading branch information
commit 6dcf2fc7a58c6d2af67d9c33f720397317ee75e3
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rvodden I'm not so sure we need the DCO. It feels a bit far-fetched to me. What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm with you, in that it is a bit far fetched, but on the other hand all the OS projects i work on them have them... its only a check box, and I don't think its much to ask; On the other hand if we miss it out and have no legal protection at all we risk (admittedly and extremely low risk) losing all our work. I'm minded to leave it in...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree about the legal implications, they are valid. If it was only a check box, I would be fine with it, but as we have it written now:
...it means more work every time someone makes a single commit and submits it to the project. (OTOH, you can automate it by using
git commit -s
or--sign-off
, but still...)I think, if we rephrase this to be just a mere checkbox in the PR, I am fine with it.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@perlun I would be hesitate to change the standard for DCO without understand the legal implications that change could introduce. The DCO depends on the git Sign-Off-By because of the integrity that is built into Git, removing that could nullify the protections that are given to the maintainers of the project.
The IDE that I use has the ability to sign-off a commit built-in, but I do not believe that the addition of a
-s
in a command line string is asking too much either. GitHub has tools that can check for DCO on a commit.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright, I'm willing to give it a try. We can drop this requirement later if it turns out to be too burdensome.