Skip to content

Commit 75ea3c1

Browse files
committed
Making clear that verified commits are optional but best practice
Thus removing duplicated statements Signed-off-by: Sebastian Franz <sebastian.franz@iteratec.com>
1 parent 102d8bf commit 75ea3c1

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,8 @@ TL;DR
4545
5. merge only after pull request review
4646
6. deploy immediately after review
4747

48-
**_Please make sure to sign all your commits (See: [git-scm](https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work))._**
49-
5048
## Working with Forks and Pull Requests
5149

52-
**_Please make sure to sign all your commits (See: [git-scm](https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work))._**
53-
5450
If you want to contribute you will need to fork the project.
5551
To enable the use of our CI Pipeline you will need to add these GitHub secrets:
5652

@@ -66,8 +62,6 @@ When you are done, you can convert it to a standard *Pull Request* (or create on
6662

6763
Generally the _secureCodeBox_ project follows the standard [GitHub Pull request process](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests).
6864

69-
**_Please make sure to sign all your commits (See: [git-scm](https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work))._**
70-
7165
## Bugfixing and Security Fixing Released Features
7266

7367
For bugfixes and security fixes of the current release please follow the following workflow:
@@ -82,6 +76,9 @@ For bugfixes and security fixes of the current release please follow the followi
8276
- Cherry-Pick Bugfix and commit to bugfix branch
8377
- Create PR to `main` branch
8478

79+
**_It is also a good idea to always sign all of your commits
80+
(See: [git-scm](https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work))._**
81+
8582
## Working with Issues - How to Contribute in Issues
8683

8784
It is mandatory to open an issue, if the task takes longer than one hour.

0 commit comments

Comments
 (0)