Skip to content

Commit 385b7a3

Browse files
committed
Updated PR template
1 parent a419232 commit 385b7a3

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
## Fixes #
1+
## Resolves #
22
<!-- Add the issue ID after the '#' to automatically close the issue once the PR is merged -->
33

44
<!-- Please provide a description below of the changes made and how it has been tested -->
55

66
## PR checklist
77

8-
- [ ] Samples have been added/updated (where applicable)
9-
- [ ] Tests have been added/updated (where applicable) and pass
10-
- [ ] Documentation has been added/updated for changes
11-
- [ ] Code styling has been met on new source file changes
12-
- [ ] Contains **NO** breaking changes
8+
- [ ] Have tests been added or updated, run locally, and all pass
9+
- [ ] Have code styling rules been run on all new source file changes
10+
- [ ] Have relevant articles in the docs been added or updated for all new source file changes
11+
- [ ] Have major breaking changes been made and are documented
1312

1413
<!-- If a breaking change has been made, please provide a detailed description below of the impact and the migration path -->
1514

1615
## Other information
17-
<!-- Please provide any additional information, links, or screenshots below if applicable -->
16+
<!-- Provide any additional information below that may be relevant to the changes made (e.g. app screenshots, documentation links, or existing PR reference) -->

0 commit comments

Comments
 (0)