From 18d6be1eb37392ffa9e7bac77aec25cb15dc5109 Mon Sep 17 00:00:00 2001 From: Will Nelson Date: Sat, 18 Aug 2018 09:35:27 -0700 Subject: [PATCH] update PR template (#2770) * update PR template to encourage testing/typings * add extra linebreak --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 735a552ec..184407860 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,10 @@ **Please describe the changes this PR makes and why it should be merged:** +**Status** +- [ ] Code changes have been tested against the Discord API, or there are no code changes +- [ ] I know how to update typings and have done so, or typings don't need updating + **Semantic versioning classification:** - [ ] This PR changes the library's interface (methods or parameters added) - [ ] This PR includes breaking changes (methods removed or renamed, parameters moved or removed)