diff options
author | w0rp <devw0rp@gmail.com> | 2018-10-31 10:04:25 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-10-31 10:04:25 +0000 |
commit | f01611464aaaa427d22407f472b2eaf62b3ceec1 (patch) | |
tree | 60734981dae0bb4dc521a4f4de5787fb48c27076 /.github | |
parent | 709788084f1f4501060db241d50a4e34bba63181 (diff) | |
download | ale-f01611464aaaa427d22407f472b2eaf62b3ceec1.zip |
Tell people to write tests even more
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 31f55453..a73f67ba 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,3 +9,5 @@ Have fun! Where are the tests? Have you added tests? Have you updated the tests? Read the comment above and the documentation referenced in it first. Write tests! + +Seriously, read `:help ale-development` and write tests. |