Skip to content

Commit 270a866

Browse files
authored
Merge pull request #560 from Shunpoco/update-contribution-md-sign-commit
Add CONTRIBUTING.md around how to pull-request
2 parents cff42d9 + b2326bf commit 270a866

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,12 @@ To run the controller, you just need to run the following command against an emp
6161
```console
6262
tilt up --stream
6363
```
64+
65+
## Pull Requests
66+
### Commit
67+
All commits in a PR must be GPG-signed and signed-off.
68+
A typical command for a commit with a GPG signature and developer sign-off is:
69+
```console
70+
git commit --signoff -S -m "<commit message>"
71+
```
72+
Please follow [the instructions for signing commits](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) to set up your GPG key.

0 commit comments

Comments
 (0)