diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index c56bc98411b..858f100d01b 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,7 @@ -## Description - +### Description + +This PR... + @@ -8,17 +10,39 @@ -## Types of changes - + + + + + +### Types of changes + - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change which adds functionality) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Enhancement (improves an existing feature and functionality) - [ ] Cleanup (Code refactoring and cleanup, that may add test cases) -## Screenshots (if appropriate): +### Feature/Enhancement Scale or Bug Severity -## How Has This Been Tested? +#### Feature/Enhancement Scale + +- [ ] Major +- [ ] Minor + +#### Bug Severity + +- [ ] BLOCKER +- [ ] Critical +- [ ] Major +- [ ] Minor +- [ ] Trivial + + +### Screenshots (if appropriate): + + +### How Has This Been Tested?