Skip to content

Commit 6debe41

Browse files
committed
Moving cryptographically sign hint to separate section
Signed-off-by: Sebastian Franz <sebastian.franz@iteratec.com>
1 parent 998a53d commit 6debe41

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ SPDX-License-Identifier: Apache-2.0
1515
- [How to Write Commit Messages](#how-to-write-commit-messages)
1616
- [Code of Conduct](#code-of-conduct)
1717
- [Developer Certificate of Origin and Licensing](#developer-certificate-of-origin-and-licensing)
18+
- [Verified commits](#verified-commits)
1819

1920
For general information about the acceptance criteria for a community contribution,
2021
please make sure to visit our [doc page](https://www.securecodebox.io/docs/contributing/contribution-criteria)
@@ -80,9 +81,6 @@ For bugfixes and security fixes of the current release please follow the followi
8081
- Cherry-Pick Bugfix and commit to bugfix branch
8182
- Create PR to `main` branch
8283

83-
**_It is also a good idea to always sign all of your commits
84-
(See: [git-scm](https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work))._**
85-
8684
## Working with Issues - How to Contribute in Issues
8785

8886
It is mandatory to open an issue, if the task takes longer than one hour.
@@ -120,3 +118,10 @@ We decided to use [DCO](https://en.wikipedia.org/wiki/Developer_Certificate_of_O
120118
4. Add a SPDX license header to all files your contribution will create. You can use the [reuse tool](https://reuse.software) with our [helper script](./bin/add-license-header.sh).
121119

122120
[contributors-file]: ./CONTRIBUTORS.md
121+
122+
## Verified commits
123+
124+
It is also a good idea to always cryptographically sign all of your commits
125+
(See: [git-scm](https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work)).
126+
You can check if your commits were successfully signed by looking for the `Verified` tag on your commits on GitHub.
127+
This is optional for community contributions, but strongly encouraged.

0 commit comments

Comments
 (0)