mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-07-18 00:57:55 +00:00
ci: force qodo to check PR desc (#7346)
This commit is contained in:
parent
b2f2f4df3a
commit
532a8b3218
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@
|
|||
|
||||
## Pull requests
|
||||
|
||||
* PRs MUST include a non-empty description explaining what the change does and why
|
||||
* PRs without a description should be flagged as incomplete
|
||||
* the commit series in the PR should be _linear_ (it **should not contain merge commits**). This is necessary because we want to be able to [bisect](https://en.wikipedia.org/wiki/Bisection_(software_engineering)) bugs easily. Rewrite history/perform a rebase if necessary
|
||||
* PRs should be issued against the **develop** branch: we never pull directly into **master**
|
||||
* PRs **should not have conflicts** with develop. If there are, please resolve them rebasing and force-pushing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue