aboutsummaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-03-22 08:29:54 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-03-22 08:29:54 +0200
commit63d4f3f255b368fd16f688803a1c1e34e77dd5de (patch)
treeca97727fbe1e1598bd510c2b47c7e43d9aa42e34 /.github/PULL_REQUEST_TEMPLATE.md
parentf8392cb3e090e3023cffbf82ae55d87858dd4cb1 (diff)
Add an issue and a PR template
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..0f3b0e6
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,11 @@
+Before submitting a PR make sure the following things have been done (and denote this
+by checking the relevant checkboxes):
+
+- [ ] The commits are consistent with our [contribution guidelines](../CONTRIBUTING.md)
+- [ ] You've added tests (if possible) to cover your change(s)
+- [ ] All tests are passing (`make test`)
+- [ ] The new code is not generating bytecode or `M-x checkdoc` warnings
+- [ ] You've updated the changelog (if adding/changing user-visible functionality)
+- [ ] You've updated the readme (if adding/changing user-visible functionality)
+
+Thanks!