Merged PR 179: Updated pull_request_template.md
## Summary *Replace this text with an explanation of what the changes are and how you implemented them. Can this impact any other parts of the codebase that we should keep in mind?* ## Test process *How have you tested this (if applicable)?* ## Checklist - [ ] This PR is linked to a **work item** - [ ] I have performed **self-review** of the code - [ ] I have written **tests** for any new functionality added with this PR - [ ] I have updated the **documentation** if this PR changes or adds functionality - [ ] I have written/updated **design docs** if this PR implements new functionality - [ ] I have update the **change log** - [ ] I have run **pre-commit** checks for code style Updated pull_request_template.md Related work items: #1866
This commit is contained in:
@@ -5,10 +5,12 @@
|
||||
*How have you tested this (if applicable)?*
|
||||
|
||||
## Checklist
|
||||
- [ ] This PR is linked to a **work item**
|
||||
- [ ] I have performed **self-review** of the code
|
||||
- [ ] I have written **tests** for any new functionality added with this PR
|
||||
- [ ] I have updated the **documentation** if this PR changes or adds functionality
|
||||
- [ ] I have written/updated **design docs** if this PR implements new functionality
|
||||
- [ ] I have update the **change log**
|
||||
- [ ] I have run **pre-commit** checks for code style
|
||||
- [ ] PR is linked to a **work item**
|
||||
- [ ] **acceptance criteria** of linked ticket are met
|
||||
- [ ] performed **self-review** of the code
|
||||
- [ ] written **tests** for any new functionality added with this PR
|
||||
- [ ] updated the **documentation** if this PR changes or adds functionality
|
||||
- [ ] written/updated **design docs** if this PR implements new functionality
|
||||
- [ ] updated the **change log**
|
||||
- [ ] ran **pre-commit** checks for code style
|
||||
- [ ] attended to any **TO-DOs** left in the code
|
||||
|
||||
Reference in New Issue
Block a user