diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e7ea0c0..9e1760b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,13 +1,20 @@ -What is this PR about? (docs, fix, feature, style, devops, etc.) +type(scope): description + + +Fixes # + +Description of changes: - - -Related issue number: # - -Description of changes: - Tag a reviewer: @ Tasks: - [ ] I have ran the tests to make sure nothing is broken (see CONTRIBUTING.md) -- [ ] I have mentioned the issue this PR is addressing +- [ ] I have ran the the linter to make sure code is clean (see CONTRIBUTING.md) + + \ No newline at end of file