Skip to content

Commit

Permalink
Added note on how to sign commits for contribution (#1083)
Browse files Browse the repository at this point in the history
* Added note on how to sign commits

* typo fixed
  • Loading branch information
duedares-rvj authored Nov 25, 2024
1 parent 10b2331 commit 900c692
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ Run `make docs` to regenerate documentation for newly added resources and schema
make docs
```

## Signing your Commits
We require all commits on the contributing PR to be signed.

- [Learn more about signing commits](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits)
- [Signing old commits](https://stackoverflow.com/questions/41882919/is-there-a-way-to-gpg-sign-all-previous-commits)


## Running the Tests

The tests can be run using the following make commands:
Expand Down

0 comments on commit 900c692

Please sign in to comment.