You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_Summarize the changes you made as part of this PR._
2
3
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._
4
6
5
-
**Which issue(s) this PR fixes**:
6
-
7
-
Fixes #?
8
-
9
-
**PR acceptance criteria**:
7
+
# Acceptance Criteria
10
8
9
+
### Tests
11
10
-[ ] Test Coverage
12
11
- Are your changes sufficiently tested, and are any applicable test cases added or updated to cover your changes?
13
12
-[ ] Gosec scans
14
13
- 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
15
14
16
-
Documentation
15
+
### Documentation
17
16
-[ ] Does the registry operator documentation need to be updated with your changes?
18
17
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._
23
23
24
24
[Running Unit Tests](https://github.com/devfile/registry-operator/blob/main/CONTRIBUTING.md#unit-tests)
0 commit comments