Skip to content

Commit b464344

Browse files
committed
Update pull request template
1 parent 260eb49 commit b464344

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- Please open the pull request as a draft first, and wait for automated test results. -->
77
<!-- Feel free to work on the PR till tests pass, and the checklist below is complete, then mark it ready for review. -->
88

9-
This PR is an attempt to fix #<!-- issue ID --> by <!-- briefly explaining your changes -->.
9+
This PR is a proposal to fix #<!-- issue ID --> by <!-- briefly explaining your changes -->.
1010

1111
<!-- Ideally, ask for a specific expected course of action, like: -->
1212
<!-- Please review and merge, or let me know how to improve it further. -->
@@ -15,6 +15,6 @@ This PR is an attempt to fix #<!-- issue ID --> by <!-- briefly explaining your
1515

1616
- [ ] based on top of latest source code <!-- Make sure your changes are based on the latest version of the source code, rebase your branch if necessary. -->
1717
- [ ] changelog entry included <!-- If the change is interesting for the users or developers, it should be mentioned in the changelog. -->
18-
- [ ] tests pass in CI <!-- Demonstrate the code is solid. Include new tests first, let them fail, then push the fix, allowing tests to pass. -->
18+
- [ ] automated tests pass <!-- Demonstrate the code is solid. Include new tests first, let them fail, then push the fix, allowing tests to pass. -->
1919
- [ ] git history is clean <!-- Ideally two commits are needed: one for adding new tests that fail, and one that fixes them. -->
2020
- [ ] git commit messages are [well-written](https://chris.beams.io/posts/git-commit/#seven-rules)

0 commit comments

Comments
 (0)