Skip to content

Commit eea16dd

Browse files
committed
Pull request template: guidance on commits and tests
To avoid delivering conflicting advice to new contributors, include guidance on structuring commits and where to place tests in the pull request template.
1 parent d79e5f0 commit eea16dd

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)