From e4e9b3c36e73c5996c863b217791a5ea8343fa96 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Wed, 16 Sep 2020 09:34:12 +0300 Subject: [PATCH] Tweak the PR template --- .github/PULL_REQUEST_TEMPLATE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 30352f8..12d6371 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,8 +7,7 @@ Before submitting the PR make sure the following things have been done (and deno 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) - [ ] You've updated the [changelog](../blob/master/CHANGELOG.md) (if adding/changing user-visible functionality) -- [ ] You've updated the [user manual](../blob/master/doc) (if adding/changing user-visible functionality) +- [ ] You've updated the [user manual](../blob/master/doc) (if adding/changing user-visible functionality like modules, commands, configuration options, etc) Thanks!