File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,29 +8,29 @@ Fixes # (issue)
88
99Please 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
1920Specify 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
2626Please, 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
You can’t perform that action at this time.
0 commit comments