Add jcamiel's suggestions

This commit is contained in:
Michael Friedrich 2022-12-09 23:09:18 +01:00 committed by jcamiel
parent c1994d8901
commit 14a54e4294
No known key found for this signature in database
GPG Key ID: 07FF11CFD55356CC

View File

@ -14,7 +14,7 @@ We like to discuss things before implementation and want to be sure that:
## Pull Requests
- All Git commits are required to be [signed](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification). For a single commit, use `git commit -S --amend` and force push the branch.
- All Git commits are required to be [signed](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification) to be marked as "Verified": signed with a GPG, SSH, or S/MIME that is successfully verified by GitHub. For changing a single commit after creating the PR, use `git commit -S --amend` and force push the branch.
- All tests must be green before merge.
- Hurl git history is linear, so we ask to rebase your PR before final merge.