Skip to content

Commit 87786d7

Browse files
authored
docs: add signoff flag to contributing doc (#366)
Signed-off-by: Michael Beemer <[email protected]>
1 parent 5330825 commit 87786d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ To start working on a new feature or bugfix, create a new branch and start worki
7171
```bash
7272
git checkout -b feat/NAME_OF_FEATURE
7373
# Make your changes
74-
git commit
74+
git add --all
75+
git commit --signoff
7576
git push fork feat/NAME_OF_FEATURE
7677
```
7778

0 commit comments

Comments
 (0)