mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-04 13:08:05 +03:00
Update CONTRIBUTING.md
All PR should not use the `master` branch.
This commit is contained in:
parent
98d0299ff7
commit
fbca04e38f
@ -14,6 +14,7 @@ We like to discuss things before implementation and want to be sure that:
|
||||
|
||||
## Pull Requests
|
||||
|
||||
- [Create a new Git branch](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository). Don't use `master` branch for PR.
|
||||
- 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.
|
||||
|
Loading…
Reference in New Issue
Block a user