Skip to content

Commit 2a1346b

Browse files
committed
Update pull_request_template.md
1 parent 630c9db commit 2a1346b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/pull_request_template.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,29 @@ Fixes # (issue)
88

99
Please delete options that are not relevant.
1010

11-
- [ ] Bug fix (non-breaking change which fixes an issue)
12-
- [ ] New feature (non-breaking change which adds functionality)
13-
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
11+
- Minor bug fix (non-breaking small changes)
12+
- Bug fix (non-breaking change which fixes an issue)
13+
- New feature (non-breaking change which adds functionality)
14+
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
1415

1516
# How Has This Been Tested?
1617

1718
## Automated Testing
1819

1920
Specify tests that help to verify the change automatically.
2021

21-
- [ ] Test A
22-
- [ ] Test B
22+
_Example:_ org.utbot.examples.algorithms.BinarySearchTest
2323

2424
## Manual Scenario
2525

2626
Please, provide several scenarios that you went through to verify that the change worked as expected.
2727

28-
# Checklist:
28+
# Checklist (remove irrelevant options):
2929

3030
- [ ] The change followed the style guidelines of the UTBot project
3131
- [ ] Self-review of the code is passed
3232
- [ ] The change contains enough commentaries, particularly in hard-to-understand areas
3333
- [ ] New documentation is provided or existed one is altered
3434
- [ ] No new warnings
3535
- [ ] Tests that prove my change is effective
36-
- [ ] All tests pass locally with my changes
36+
- [ ] All tests pass locally with my changes

0 commit comments

Comments
 (0)