You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,14 @@ Please Note:
17
17
18
18
Check these if you believe they are true
19
19
20
-
-[ ] The codebase is in a better state after this PR
21
20
-[ ] Is documented according to the [standards](https://github.com/DynamoDS/Dynamo/wiki/Coding-Standards)
22
21
-[ ] The level of testing this PR includes is appropriate
23
22
-[ ] User facing strings, if any, are extracted into `*.resx` files
24
-
-[ ] All tests pass using the self-service CI.
25
23
-[ ] Snapshot of UI changes, if any.
26
24
-[ ] 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.
27
25
-[ ] This PR modifies some build requirements and the readme is updated
28
26
-[ ] 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.
0 commit comments