Thank you for considering to contribute to Helm Hub project.
When contributing to this repository, please first discuss the change you wish to make via issue, email, or by any other method with the owners of this repository before making a change.
Before sending your pull requests, make sure you followed this list.
- Read Contributing Guidelines
- Read Code of Conduct
- Read Commit Message Convention
- Set up the Developer Certificate of Origin (DCO)
- Update the README with details of changes to the interface
- You may merge the Pull Request once you have the sign-off of two other developers, or if you don't have the permission to do that, you may request the second reviewer to merge it for you
The Developer Certificate of Origin (DCO) is a legally binding statement that asserts that you are the creator of your contribution, and that you wish to allow Helm Hub project to use your work.
Acknowledgement of this permission is done using a sign-off process in Git. The sign-off is a simple line at the end of the explanation for the patch. The text of the DCO is available on developercertificate.org.
If you are willing to agree to these terms, you just add a line to every git commit message:
Signed-off-by: Joe Smith <[email protected]>
If you set your user.name
and user.email
as part of your git
configuration, you can sign your commit automatically with git commit -s
.
Unfortunately, you have to use your real name (i.e., pseudonyms or anonymous contributions cannot be made). This is because the DCO is a legally binding document, granting the Helm Hub project to use your work.