summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-25 19:21:18 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-26 01:01:00 +0200
commit4248c26ec782d731c7bd0fadd362a4490d99dad6 (patch)
tree3f84221cb296a5b51559660f233eb6a12d78abd0 /.github
parent0a5358e6edbf61e117aa2905e53583523c75571d (diff)
Add link to the contribution guidelines
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 6d06ad35..38e823a1 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,6 +1,6 @@
Before submitting a PR make sure the following things have been done:
--[]The commits are consistent with our contribution guidelines
+-[]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