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