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
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
-
# Description
1
+
# Pull Request
2
2
3
-
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
3
+
## Description
4
+
5
+
Please include a summary of the change and which issue is fixed. Also, provide relevant motivation and context. List any dependencies that are required for this change.
4
6
5
7
Fixes # (issue)
6
8
@@ -17,8 +19,9 @@ Please delete options that are not relevant.
17
19
-[ ] CI system update
18
20
-[ ] Test Coverage update
19
21
20
-
# How Has This Been Tested?
21
-
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. Below is just an example and you can delete it when you contribute.
22
+
## Testing
23
+
24
+
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.
22
25
23
26
**Test Configuration**:
24
27
* Java: v11
@@ -27,6 +30,8 @@ Please describe the tests that you ran to verify your changes. Provide instructi
27
30
# Checklist:
28
31
29
32
-[ ] My code follows the style guidelines of this project
33
+
-[ ] My code meets the required code coverage for lines (90% and above)
34
+
-[ ] My code meets the required code coverage for branches (80% and above)
30
35
-[ ] I have performed a self-review of my own code
31
36
-[ ] I have commented my code, particularly in hard-to-understand areas
32
37
-[ ] I have made corresponding changes to the documentation
0 commit comments