File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
.github/PULL_REQUEST_TEMPLATE Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments