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: docs/git/pull-request-template.md
+14-15Lines changed: 14 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@ Describe your changes in detail. Link to the related issue ticket.
19
19
20
20
Why is this change required? What problem does it solve?
21
21
22
-
23
22
## Related PRs
24
23
25
24
Link to related pull requests
@@ -28,27 +27,27 @@ Link to related pull requests
28
27
29
28
Please describe in detail how you tested your changes. Include details of your testing environment, and the tests you ran.
30
29
31
-
## Screenshots:
30
+
## Screenshots
32
31
33
32
Add screenshots or video if applicable.
34
33
35
-
## Types of changes
34
+
## Type of Change
36
35
37
36
What types of changes does your code introduce? Put an x in all the boxes that apply:
38
37
39
-
[] Bug fix (non-breaking change which fixes an issue)
40
-
[] New feature (non-breaking change which adds functionality)
41
-
[] Breaking change (fix or feature that would cause existing functionality to change)
42
-
[] Documentation
43
-
[] Tests
38
+
-[ ] Bug fix (non-breaking change which fixes an issue)
39
+
-[ ] New feature (non-breaking change which adds functionality)
40
+
-[ ] Breaking change (fix or feature that would cause existing functionality to change)
41
+
-[ ] Documentation
42
+
-[ ] Tests
44
43
45
-
## Checklist
44
+
## Sanity Checklist
46
45
47
46
Go over all the following points, and put an x in all the boxes that apply. If you're unsure about any of these, don't hesitate to ask. Your team members are there to help!
48
47
49
-
[] My code follows the code style of this project.
50
-
[] I have updated the documentation accordingly.
51
-
[] I have added tests to cover my changes.
52
-
[] One or more required reviews requested.
53
-
[] Any dependent changes have been merged and published in upstream modules.
54
-
[] I have updated and verified the changes end-to-end and related documentation have been updated.
48
+
-[ ] My code follows the code style of this project.
49
+
-[ ] I have updated the documentation accordingly.
50
+
-[ ] I have added tests to cover my changes.
51
+
-[ ] One or more required reviews requested.
52
+
-[ ] Any dependent changes have been merged and published in upstream modules.
53
+
-[ ] I have updated and verified the changes end-to-end and related documentation have been updated.
0 commit comments