Skip to content

Commit 76df374

Browse files
authored
Update PULL_REQUEST_TEMPLATE.md (#16210)
1 parent 4c84f9f commit 76df374

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,14 @@ Please Note:
1717

1818
Check these if you believe they are true
1919

20-
- [ ] The codebase is in a better state after this PR
2120
- [ ] Is documented according to the [standards](https://github.com/DynamoDS/Dynamo/wiki/Coding-Standards)
2221
- [ ] The level of testing this PR includes is appropriate
2322
- [ ] User facing strings, if any, are extracted into `*.resx` files
24-
- [ ] All tests pass using the self-service CI.
2523
- [ ] Snapshot of UI changes, if any.
2624
- [ ] Changes to the API follow [Semantic Versioning](https://github.com/DynamoDS/Dynamo/wiki/Dynamo-Versions) and are documented in the [API Changes](https://github.com/DynamoDS/Dynamo/wiki/API-Changes) document.
2725
- [ ] This PR modifies some build requirements and the readme is updated
2826
- [ ] This PR contains no files larger than 50 MB
27+
- [ ] This PR introduces new feature code involve network connecting and is tested with no-network mode.
2928

3029
### Release Notes
3130

0 commit comments

Comments
 (0)