-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpull_request_template
44 lines (31 loc) · 1.57 KB
/
pull_request_template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
## Type of change
Please delete options that are not relevant.
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
## What is the current behavior?
(You can also link to an open issue here) ([Link text Here](https://link-url-here.org))
## What is the new behavior
(if this is a feature change)?
## How Has This Been Tested?
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
- [ ] Test A
- [ ] Test B
**Test Configuration**:
*Relevant information*
## Does this PR introduce a breaking change?
(What changes might users need to make in their application due to this PR?)
##Other information:
## Checklist:
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] I have checked my code and corrected any misspellings
- [ ] The commit message follows our guidelines
- [ ] Does the pull request have one of the following labels: feature, fix, breaking changes, other?
- [ ] Does the title of the pull request describe the change?