diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 397004358b..6a81ff21d8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ - + @@ -23,7 +23,7 @@ see how your change affects other areas of the code, etc.* ## Types of changes - + - Chore (a change that does not modify the application functionality) - Bug fix (non-breaking change which fixes an issue) @@ -33,7 +33,12 @@ see how your change affects other areas of the code, etc.* ## Checklist: - + +- [ ] I have met the contributing prerequisites + - Assigned myself to this PR + - Added the appropriate labels + - Associated an issue: https://github.com/SpecterOps/BloodHound/issues/672 + - Read the Contributing guide: https://github.com/SpecterOps/BloodHound/wiki/Contributing - [ ] I have ensured that related documentation is up-to-date - Open API docs - Code comments (GoDocs / JSDocs)