Files
PrimAITE/.azuredevops/pull_request_template.md

15 lines
689 B
Markdown
Raw Normal View History

2023-07-26 21:40:30 +01:00
## 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
2023-08-07 10:19:06 +00:00
- [ ] I have written/updated **design docs** if this PR implements new functionality
- [ ] I have update the **change log**
2023-07-26 21:40:30 +01:00
- [ ] I have run **pre-commit** checks for code style