Skip to content

Commit 3086eb9

Browse files
committed
CONTRIBUTING: note DCO sign-off requirement alongside GPG signing
All commits require both a GPG signature and a DCO sign-off (git commit --signoff), certifying the contributor wrote the code and has the right to submit it under the project licence. Signed-off-by: Thierry Laurion <insurgo@riseup.net>
1 parent 6bc673d commit 3086eb9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,12 @@ If you're unsure about what kind of issue you're looking at or whether it's an a
5656
- Link to related issues or discussions.
5757
- Provide a clear description of the changes and their purpose.
5858
- Be responsive to feedback and prepared to make adjustments.
59-
- **Important**: All commits to linuxboot/heads (*not heads-wiki!*) must be signed.
59+
- **Important**: All commits to linuxboot/heads (*not heads-wiki!*) must be signed.
6060
- For instructions, see: [Signing commits](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits)
6161
- If you won't GPG-sign your commits (GitHub signature doesn't count), they will get signed by a maintainer after a successful review, but it's strongly preferred you do it yourself.
62+
- All commits must also carry a **DCO sign-off** (`git commit --signoff`),
63+
certifying that you wrote the code and have the right to submit it
64+
under the project licence.
6265

6366
## GitHub Repositories
6467

0 commit comments

Comments
 (0)