Skip to content

Commit 5601657

Browse files
authored
Merge pull request #6027 from tautschnig/regression-guidelines
Pull request template: guidance on commits and tests
2 parents d79e5f0 + eea16dd commit 5601657

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<!---
22
Thank you for your contribution. Please make sure your pull request fulfils all of the below requirements. If you cannot currently tick all the boxes, but would still like to create a PR, then add the label "work in progress" and assign the PR to yourself.
3+
4+
If your PR fixes a bug, include the regression test(s) in the same commit as the bug fix. Else, keep commits small and orthogonal, possibly placing tests in commits of their own.
35
--->
46

57
- [ ] Each commit message has a non-empty body, explaining why the change was made.

0 commit comments

Comments
 (0)