diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e27a913..b411010 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1 +1,15 @@ - +What is this PR about? +- [ ] docs +- [ ] bugfix +- [ ] feature + +Description of changes: +<-- +Mention the issue this PR is addressing +Describe the changes you made preferrably broken down into a list in the following format: +1. - +--> + +Tasks: +- [ ] I have ran the tests to make sure nothing is broken +- [ ] I have mentioned the issue this PR is addressing