Skip to content

Commit ed87791

Browse files
Merge pull request #282 from rluders/adds-pr-template
Adds github pull request template.
2 parents dcdabfd + dbc6950 commit ed87791

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.github/pull_request_template.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<!-- Short description of the PR. What does it do? -->
2+
This PR implements a new data enhancement to...
3+
4+
## Categories
5+
<!-- Select the categories that your PR better fits on -->
6+
7+
- [ ] Bugfix
8+
- [X] Enhancement
9+
- [ ] Backporting
10+
- [ ] Others (CI, Infrastructure, Documentation)
11+
12+
## Sample archive
13+
<!-- Are these changes reflected in sample archive? -->
14+
15+
- `path/to/sample_data.json`
16+
17+
## Documentation
18+
<!-- Are these changes reflected in documentation? -->
19+
20+
- `path/to/documentation.md`
21+
22+
## Unit Tests
23+
<!-- If it includes new unit tests, list them down bellow -->
24+
25+
- `path/to/file_test.go`
26+
27+
## Privacy
28+
<!-- Has data anonymization/privacy been considered by CCX? (e.g. external IP addresses) -->
29+
30+
Yes. There are no sensitive data in the newly collected information.
31+
32+
## References
33+
<!-- What are related references for this PR? -->
34+
35+
https://issues.redhat.com/browse/???
36+
https://bugzilla.redhat.com/show_bug.cgi?id=???
37+
https://access.redhat.com/solutions/???

0 commit comments

Comments
 (0)