Skip to content

Commit b2326bf

Browse files
committed
Add CONTRIBUTING.md around how to pull-request
Signed-off-by: Shunpoco <tkngsnsk313320@gmail.com>
1 parent b3d0b68 commit b2326bf

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)