From dc4452c2d3708ddc66fcba662c15f77920abc627 Mon Sep 17 00:00:00 2001 From: Isaac Date: Fri, 9 Oct 2020 14:18:18 +0100 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6131a17..efdfeaf 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,8 +2,8 @@ > Check one -- [ ] This includes major changes (new features, version required) -- [ ] This includes minor changes (doesn't change usage) +- [ ] This includes major changes (breaking changes) +- [ ] This includes minor changes (minimal usage changes, minor new features) - [ ] This includes patches (bug fixes, documentation changes etc) #### Is this related to an issue? @@ -18,5 +18,6 @@ > Check all that apply +- [ ] I have updated any necessary documentation - [ ] This uses consistent code style - [ ] This is tested and works