Captain Ezio commited on
Commit
e44b607
·
1 Parent(s): f216914

Create PULL_REQUEST_TEMPLATE.md

Browse files
.github/workflows/PULL_REQUEST_TEMPLATE.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Description
2
+
3
+ Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
4
+
5
+ Please delete options that are not relevant.
6
+
7
+ Fixes # (issue)
8
+
9
+ ## Type of change
10
+
11
+
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)
15
+
16
+ # How Has This Been Tested?
17
+
18
+ Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
19
+
20
+ - [ ] Test A
21
+ - [ ] Test B
22
+
23
+ **Test Configuration**:
24
+ * Dependencies (changed or required):
25
+ * Hosted on:
26
+ * Environment changes:
27
+
28
+ # Checklist:
29
+
30
+ - [ ] My code follows the style guidelines of this project
31
+ - [ ] I have performed a self-review of my own code
32
+ - [ ] I have commented my code, particularly in hard-to-understand areas
33
+ - [ ] My changes generate no new bugs or irregular work of code
34
+ - [ ] I have added tests that prove my fix is effective or that my feature works
35
+ - [ ] New and existing unit tests pass locally with my changes
36
+ - [ ] Any dependent changes have been merged and published in downstream modules
37
+ - [ ] I have changed all the files according to my own code to minimize the chance of getting any error