Skip to content

Commit eb1219b

Browse files
authored
update PR template (#97)
Signed-off-by: Jordan Dubrick <[email protected]>
1 parent 14ca62d commit eb1219b

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,29 @@
1-
**Please specify the area for this PR**
1+
# Description of Changes
2+
_Summarize the changes you made as part of this PR._
23

3-
**What does does this PR do / why we need it**:
4+
# Related Issue(s)
5+
_Link the GitHub/GitLab/JIRA issues that are related to this PR._
46

5-
**Which issue(s) this PR fixes**:
6-
7-
Fixes #?
8-
9-
**PR acceptance criteria**:
7+
# Acceptance Criteria
108

9+
### Tests
1110
- [ ] Test Coverage
1211
- Are your changes sufficiently tested, and are any applicable test cases added or updated to cover your changes?
1312
- [ ] Gosec scans
1413
- Fix all MEDIUM and higher findings and/or annotate a finding per gosec instructions: https://github.com/securego/gosec#annotating-code to address why a finding is not a security issue
1514

16-
Documentation
15+
### Documentation
1716
- [ ] Does the registry operator documentation need to be updated with your changes?
1817

19-
<!--
20-
Instructions for locally testing changes made to the operator, drawn from CONTRIBUTING.md
21-
-->
22-
**Testing changes**
18+
# Tests Performed
19+
_Explain what tests you personally ran to ensure the changes are functioning as expected._
20+
21+
# How To Test
22+
_Instructions for the reviewer on how to test your changes._
2323

2424
[Running Unit Tests](https://github.com/devfile/registry-operator/blob/main/CONTRIBUTING.md#unit-tests)
2525

2626
[Running Integration Tests](https://github.com/devfile/registry-operator/blob/main/CONTRIBUTING.md#integration-tests)
2727

28-
<!--
29-
Add extra instructions that reviewers may need regarding testing your changes or to properly review your pull request.
30-
-->
31-
**Special notes to the reviewer**:
28+
# Notes To Reviewer
29+
_Any notes you would like to include for the reviewer._

0 commit comments

Comments
 (0)