forked from hawkeyesec/scanner-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPULL_REQUEST_TEMPLATE
More file actions
46 lines (32 loc) · 1.33 KB
/
PULL_REQUEST_TEMPLATE
File metadata and controls
46 lines (32 loc) · 1.33 KB
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
45
46
# Description
[Please include a summary of the change and which issue it addresses.]
Fixes #[issue number]
# 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)
- [ ] Documentation update
# Toolchain
- [ ] Generic
- [ ] Java
- [ ] JavaScript
- [ ] Ruby
- [ ] Python
- [ ] Other
# How Has This Been Tested?
[Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. List any dependencies that are required for this change.]
**Test Configuration**:
* Toolchain:
* SDK (incl. version):
* OS version:
* Relevant links (e.g. a proof-of-concept repo to test-drive the changes):
# Notes for reviewer
[Where should a reviewer start? Delete this section if irrelevant.]
# Checklist:
- [ ] My code follows the style guidelines of this project
- [ ] 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
- [ ] 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