[docs] Updating contribution guide

This commit is contained in:
Gunnar Morling 2022-02-16 09:46:50 +01:00 committed by GitHub
parent 7e08ad1587
commit 505ec8164e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -251,9 +251,8 @@ The project currently builds its jobs in two environments:
Here's a quick check list for a good pull request (PR):
* Discussed and approved on IRC or the mailing list
* Discussed and approved on Jira, chat or the mailing list
* A JIRA associated with your PR (include the JIRA issue number in commit comment)
* One commit per PR
* One feature/change per PR
* No changes to code not directly related to your change (e.g. no formatting changes or refactoring to existing code, if you want to refactor/improve existing code that's a separate discussion and separate JIRA issue)
* New/changed features have been documented