diff options
| author | Paul Pogonyshev <pogonyshev@gmail.com> | 2020-08-20 00:12:27 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar.batsov@gmail.com> | 2020-08-20 10:11:26 +0300 |
| commit | 79050ac780f30f12e3a9555df97db85e54cfc8c9 (patch) | |
| tree | ddfd0a77e21bb7ac673bb8d92e2b68beb8005fda /.github | |
| parent | 46d2010c6a6cccfc4be72317f10ea99fd041ab54 (diff) | |
Use Eldev for development
Diffstat (limited to '.github')
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b584fc5..99e8555 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,7 +8,7 @@ by checking the relevant checkboxes): - [ ] The commits are consistent with our [contribution guidelines](../blob/master/CONTRIBUTING.md) - [ ] You've added tests (if possible) to cover your change(s) -- [ ] All tests are passing (`make test`) +- [ ] All tests are passing ([`eldev test`](https://github.com/doublep/eldev)) - [ ] The new code is not generating bytecode or `M-x checkdoc` warnings - [ ] You've updated the [changelog](../blob/master/CHANGELOG.md) (if adding/changing user-visible functionality) - [ ] You've updated the readme (if adding/changing user-visible functionality) |
