diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index dc3e292ea..052a0b195 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,5 @@ + # Description @@ -7,19 +8,29 @@ ## Types of changes - + + + + + + + + + + + + - - - - + ## Checklist -- [ ] I have read the [CONTRIBUTING](CONTRIBUTING.md) doc +- [ ] I have read the [CONTRIBUTING](../CONTRIBUTING.md) doc - [ ] I have checked that unit tests pass locally with my changes - [ ] I have run the npm script lint on the frontend and backend - [ ] I have added tests that prove my fix is effective or that my feature works