Skip to content

Commit

Permalink
Merge pull request #882 from smallrye/document-commit-requirements
Browse files Browse the repository at this point in the history
Document the Git commit requirements
  • Loading branch information
jponge authored Mar 21, 2022
2 parents c7f0132 + 90496ee commit 0674f47
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ Don't forget to indicate your SmallRye Mutiny, Java, and Maven/Gradle version.

To contribute, use GitHub Pull Requests, from your **own** fork.

### Signing your Git commits

We require Git commits to be *[verified on GitHub](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification)*, so please:
- [use a valid user name and email in your commits](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address), and
- [sign your commits](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) with a GnuPG key that is tied to your GitHub account.

### Code reviews

All non-trivial contributions, including contributions by project members, need to be reviewed before being merged.
Expand Down

0 comments on commit 0674f47

Please sign in to comment.