Skip to content

Commit 70769df

Browse files
committed
Add a PR template
1 parent 9786b72 commit 70769df

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
**Replace this placeholder text with a summary of the changes in your PR.
2+
The more detailed you are, the better.**
3+
4+
-----------------
5+
6+
Before submitting a PR make sure the following things have been done (and denote this
7+
by checking the relevant checkboxes):
8+
9+
- [ ] The commits are consistent with our [contribution guidelines](../blob/master/CONTRIBUTING.md)
10+
- [ ] The new code is not generating bytecode or `M-x checkdoc` warnings
11+
- [ ] You've updated the [changelog](../blob/master/CHANGELOG.md) (if adding/changing user-visible functionality)
12+
- [ ] You've updated the readme (if adding/changing user-visible functionality)
13+
14+
Thanks!

0 commit comments

Comments
 (0)