Skip to content

Commit 0d4dc8b

Browse files
Merge branch 'master' into master
2 parents 5e065c9 + 9500ade commit 0d4dc8b

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

.github/pull_request_template.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,37 +10,37 @@ PR Branch
1010

1111
## Checklist:
1212

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
1515

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
1818

19-
* [ ] Test names are meaningful
19+
* [ ] 3. Test names are meaningful
2020

21-
* [ ] Feature manually tested and outcome is successful
21+
* [ ] 3.1 Feature manually tested and outcome is successful
2222

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
2525

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
2929

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.
3434

35-
* [ ] Branch build passed in CI
35+
* [ ] 7. Branch build passed in CI
3636

37-
* [ ] No 'package.*' in the imports
37+
* [ ] 8. No 'package.*' in the imports
3838

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
4141

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
4444

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

Comments
 (0)