Skip to content

Commit 87283e3

Browse files
denis-fokinsergeypospelov
authored andcommitted
Update pull_request_template.md
1 parent ff1ea73 commit 87283e3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/pull_request_template.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Please delete options that are not relevant.
1010

1111
- Minor bug fix (non-breaking small changes)
1212
- Bug fix (non-breaking change which fixes an issue)
13+
- Refactoring (typos and non-functional changes)
1314
- New feature (non-breaking change which adds functionality)
1415
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
1516

@@ -27,10 +28,12 @@ Please, provide several scenarios that you went through to verify that the chang
2728

2829
# Checklist (remove irrelevant options):
2930

31+
_This is the author self-check list_
32+
3033
- [ ] The change followed the style guidelines of the UTBot project
3134
- [ ] Self-review of the code is passed
3235
- [ ] The change contains enough commentaries, particularly in hard-to-understand areas
3336
- [ ] New documentation is provided or existed one is altered
3437
- [ ] No new warnings
35-
- [ ] Tests that prove my change is effective
38+
- [ ] New tests have been added
3639
- [ ] All tests pass locally with my changes

0 commit comments

Comments
 (0)