Skip to content

Commit

Permalink
chore: update CONTRIBUTING.md (#210)
Browse files Browse the repository at this point in the history
I came to know about Notary project repositories requiring signed
commits from this comment
#201 (comment).
I thought it's a good idea to mention it in the contribution guidelines.

Signed-off-by: Sid <122173059+hugo-sid@users.noreply.github.com>
  • Loading branch information
hugo-sid committed Nov 6, 2023
1 parent 72786dc commit 4938a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $ npm run check-links
1. Make your changes.
1. Build and test the site on your development computer to verify your changes appear as you intended.
1. If you updated any CLI commands, manifest examples, or code/configuration examples, please test those changes as well to ensure they work as you intended.
1. Commit and push your changes.
1. Commit and push your changes. Note that Notary project repositories require signed commits. You can refer to GitHub documentation on [commit signatures verification](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification) to know more about signing commits.
```console
git add <files_changed>
git commit -m <commit_message>
Expand Down

0 comments on commit 4938a48

Please sign in to comment.