-
Notifications
You must be signed in to change notification settings - Fork 575
Update Contribution Guide #3517
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
Conversation
…clude info about signing commits. Signed-off-by: Noah Ispas (iamNoah1) <[email protected]>
✅ Deploy Preview for cncfglossary ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
To see where this is in the review pipeline and follow the progress, please look at the definition review board. |
nate-double-u
left a comment
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.
Thanks, @iamNoah1; I have a couple minor suggestions; otherwise, LGTM.
Co-authored-by: Nate W <[email protected]> Signed-off-by: Noah Ispas <[email protected]>
Co-authored-by: Nate W <[email protected]> Signed-off-by: Noah Ispas <[email protected]>
Okabe-Junya
left a comment
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.
Thanks, LGTM!
|
Please take a look #3517 (comment) and feel free to merge this PR, thanks again! |
Co-authored-by: Nate W <[email protected]> Signed-off-by: Noah Ispas <[email protected]>
update before you start section to remove obsolete information and include info about signing commits.
Describe your changes
Related issue number or link (ex:
resolves #issue-number)see #2017
Checklist before opening this PR (put
xin the checkboxes)git commit -s) is to affirm that commits comply DCO. If you are working locally, you could add an alias to yourgitconfigby runninggit config --global alias.ci "commit -s".