Skip to content

Commit 632f9a8

Browse files
committed
Try to simplify the PR template a bit - Fix #449
1 parent 35f5d71 commit 632f9a8

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+7-10
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
1-
**Replace this placeholder text with a summary of the changes in your PR.
2-
The more detailed you are, the better.**
1+
**Replace this placeholder text with a summary of the changes in your PR.**
32

43
-----------------
54

6-
Before submitting a PR make sure the following things have been done (and denote this
7-
by checking the relevant checkboxes):
5+
Before submitting a PR mark the checkboxes for the items you've done (or if you
6+
think they don't apply):
87

9-
- [ ] The commits are consistent with our [contribution guidelines][1]
10-
- [ ] You've added tests (if possible) to cover your change(s). Indentation & font-lock tests are extremely important!
11-
- [ ] All tests are passing (`make test`)
12-
- [ ] The new code is not generating bytecode or `M-x checkdoc` warnings
13-
- [ ] You've updated the changelog (if adding/changing user-visible functionality)
14-
- [ ] You've updated the readme (if adding/changing user-visible functionality)
8+
- [ ] The commits are consistent with our [contribution guidelines][1].
9+
- [ ] Optionally add a test or two. This is specially important when fixing bugs, or when changing indentation or font-locking.
10+
- [ ] Run `M-x checkdoc` and fix any warnings in the code you've written.
11+
- [ ] If the change is visible to users, add it to CHANGELOG.md and check if you need to update the readme.
1512

1613
Thanks!
1714

0 commit comments

Comments
 (0)