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
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,37 +10,37 @@ PR Branch
10
10
11
11
## Checklist:
12
12
13
-
*[ ] New Unit tests were added
14
-
*[ ] Covered in existing Unit tests
13
+
*[ ]1.New Unit tests were added
14
+
*[ ]1.1 Covered in existing Unit tests
15
15
16
-
*[ ] Integration tests were added
17
-
*[ ] Covered in existing Integration tests
16
+
*[ ]2.Integration tests were added
17
+
*[ ]2.1 Covered in existing Integration tests
18
18
19
-
*[ ] Test names are meaningful
19
+
*[ ]3.Test names are meaningful
20
20
21
-
*[ ] Feature manually tested and outcome is successful
21
+
*[ ]3.1 Feature manually tested and outcome is successful
22
22
23
-
*[ ] PR doesn't break any of the earlier features for end users
24
-
*[ ] WARNING! This might break one or more earlier earlier features, hence left a comment tagging all reviewrs
23
+
*[ ]4.PR doesn't break any of the earlier features for end users
24
+
*[ ]4.1 WARNING! This might break one or more earlier earlier features, hence left a comment tagging all reviewrs
25
25
26
-
*[ ] PR doesn't break the HTML report features directly
27
-
*[ ] Yes! I've manually run it locally and seen the HTML reports are generated perfectly fine
28
-
*[ ] Yes! I've opened the generated HTML reports from the `/target` folder and they look fine
26
+
*[ ]5.PR doesn't break the HTML report features directly
27
+
*[ ]5.1 Yes! I've manually run it locally and seen the HTML reports are generated perfectly fine
28
+
*[ ]5.2 Yes! I've opened the generated HTML reports from the `/target` folder and they look fine
29
29
30
-
*[ ] PR doesn't break any HTML report features indirectly
31
-
*[ ] I have not added or amended any dependencies in this PR
32
-
*[ ] I have double checked, the new dependency added or removed has not affected the report generation indirectly
33
-
*[ ] Yes! I've seen the Sample report screenshots [here](https://github.com/authorjapps/zerocode/issues/694#issuecomment-2505958433), and HTML report of the current PR looks simillar.
30
+
*[ ]6.PR doesn't break any HTML report features indirectly
31
+
*[ ]6.1 I have not added or amended any dependencies in this PR
32
+
*[ ]6.2 I have double checked, the new dependency added or removed has not affected the report generation indirectly
33
+
*[ ]6.3 Yes! I've seen the Sample report screenshots [here](https://github.com/authorjapps/zerocode/issues/694#issuecomment-2505958433), and HTML report of the current PR looks simillar.
34
34
35
-
*[ ] Branch build passed in CI
35
+
*[ ]7.Branch build passed in CI
36
36
37
-
*[ ] No 'package.*' in the imports
37
+
*[ ]8.No 'package.*' in the imports
38
38
39
-
*[ ] Relevant DOcumentation page added or updated with clear instructions and examples for the end user
40
-
*[ ] Not applicable. This was only a code refactor change, no functional or behaviourial changes were introduced
39
+
*[ ]9.Relevant DOcumentation page added or updated with clear instructions and examples for the end user
40
+
*[ ]9.1 Not applicable. This was only a code refactor change, no functional or behaviourial changes were introduced
41
41
42
-
*[ ] Http test added to `http-testing-examples` module(if applicable) ?
43
-
*[ ] Not applicable. The changes did not affect HTTP automation flow
42
+
*[ ]10.Http test added to `http-testing-examples` module(if applicable) ?
43
+
*[ ]10.1 Not applicable. The changes did not affect HTTP automation flow
44
44
45
-
*[ ] Kafka test added to `kafka-testing-examples` module(if applicable) ?
46
-
*[ ] Not applicable. The changes did not affect Kafka automation flow
45
+
*[ ]11.Kafka test added to `kafka-testing-examples` module(if applicable) ?
46
+
*[ ]11.1 Not applicable. The changes did not affect Kafka automation flow
0 commit comments