Skip to content

Commit 3a6ad64

Browse files
Create PULL_REQUEST_TEMPLATE.md
1 parent e65d868 commit 3a6ad64

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
- [ ] Related GitHub issue(s) linked in PR description
2+
- [ ] Destination branch merged, built and tested with your changes
3+
- [ ] Code formatted and follows best practices and patterns
4+
- [ ] Code builds cleanly (no _additional_ warnings or errors)
5+
- [ ] Manually tested
6+
- [ ] Automated tests are passing
7+
- [ ] No _decreases_ in automated test coverage
8+
- [ ] Documentation updated (readme, docs, comments, etc.)
9+
- [ ] Localization: No hard-coded error messages in code files (_minimally_ in string constants)

0 commit comments

Comments
 (0)