Skip to content

Commit fb36eef

Browse files
authored
Pull request template (#23)
1 parent 9061641 commit fb36eef

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Description
2+
3+
Substitute this text with a concise description of the proposed change. Emphasize, why particular solution was chosen.
4+
5+
Fixes # (issue)
6+
7+
## Type of Change
8+
9+
Please delete options that are not relevant.
10+
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)
14+
15+
# How Has This Been Tested?
16+
17+
## Automated Testing
18+
19+
Specify tests that help to verify the change automatically.
20+
21+
- [ ] Test A
22+
- [ ] Test B
23+
24+
## Manual Scenario
25+
26+
Please, provide several scenarios that you went through to verify that the change worked as expected.
27+
28+
# Checklist:
29+
30+
- [ ] The change followed the style guidelines of the UTBot project
31+
- [ ] Self-review of the code is passed
32+
- [ ] The change contains enough commentaries, particularly in hard-to-understand areas
33+
- [ ] New documentation is provided or existed one is altered
34+
- [ ] No new warnings
35+
- [ ] Tests that prove my change is effective
36+
- [ ] All tests pass locally with my changes

0 commit comments

Comments
 (0)