Skip to content

Commit a70f572

Browse files
committed
docs: update PR tempalte
1 parent 8c183b4 commit a70f572

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Fixes #
44

55
All new code should be covered with tests, documentation should be updated. CI should pass.
66

7+
Also, to speed up things, if you could kindly "Allow edits and access to secrets by maintainers" in the
8+
PR settings, as this allows us to rebase the PR on master, fix conflicts, run coverage and help with
9+
implementing code and tests.
10+
711
## Description of the Change
812

913
<!--
@@ -14,6 +18,7 @@ Why this change is important?
1418

1519
## Checklist
1620

21+
- [ ] allow Maintainers to edit PR (rebase, run coverage, help with tests, ...)
1722
- [ ] unit-test added (if change is algorithm)
1823
- [ ] functional test added/updated (if change is functional)
1924
- [ ] man page updated (if applicable)

0 commit comments

Comments
 (0)