From c94cbfb5489194cf62a9d5f233b1a6ee2f30d44f Mon Sep 17 00:00:00 2001 From: chroventer Date: Fri, 2 Oct 2020 02:29:51 -0700 Subject: [PATCH] Basic PR template --- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 93d09cbf3..1c34aa3c9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,11 @@ -## Description +**Please describe the changes this PR makes and why it should be merged:** - +**Status** -## Issues +- [ ] Code changes have been tested against the Discord API, or there are no code changes - +**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) +- [ ] This PR **only** includes non-code changes, like changes to documentation, README, etc.