diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d6eb17448..408ec8612 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,20 +1,20 @@ - + - - - + + + -This PR is a proposal to fix # by . +This pull request proposes to fix # by . - - + + -## Checklist +## Checklist towards merging -- [ ] based on top of latest source code -- [ ] changelog entry included -- [ ] automated tests pass -- [ ] git history is clean -- [ ] git commit messages are [well-written](https://chris.beams.io/posts/git-commit/#seven-rules) +- [ ] (re)based on top of latest source code +- [ ] has changelog entry +- [ ] automated tests pass +- [ ] has clean git history +- [ ] has [well-written](https://chris.beams.io/posts/git-commit/#seven-rules) commit messages