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
Copy file name to clipboardExpand all lines: docs/pull_request_template.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,20 @@ Thanks for submitting your Operator. Please check the below list before you crea
2
2
3
3
### New Submissions
4
4
5
-
*[ ] Are you familiar with our [contribution guidelines](https://github.com/redhat-openshift-ecosystem/community-operators-prod/blob/main/docs/contributing-via-pr.md)?
6
-
*[ ] Are you familiar with our [operator pipeline](https://github.com/redhat-openshift-ecosystem/community-operators-prod/blob/main/docs/community-operator-pipeline.md)?
7
-
*[ ] Have you tested your Operator with all Custom Resource Definitions [packaging](https://github.com/redhat-openshift-ecosystem/community-operators-prod/blob/main/docs/packaging-operator.md)?
8
-
*[ ] Have you tested your Operator in all supported [installation modes](https://github.com/redhat-openshift-ecosystem/community-operators-prod/blob/main/docs/operator-ci-yaml.md##Operator-versioning)?
5
+
*[ ] Are you familiar with our [contribution guidelines](https://redhat-openshift-ecosystem.github.io/operator-pipelines/users/contributing-prerequisites/)?
6
+
*[ ] Are you familiar with our [operator pipeline](https://redhat-openshift-ecosystem.github.io/operator-pipelines/users/pipelines_overview/)?
7
+
*[ ] Have you tested your Operator with all Custom Resource Definitions [packaging](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/)?
8
+
*[ ] Have you tested your Operator in all supported [installation modes](https://github.com/operator-framework/operator-lifecycle-manager/blob/master/doc/design/building-your-csv.md#operator-metadata)?
9
9
*[ ] Have you considered whether you want to use [semantic versioning order](https://github.com/operator-framework/community-operators/blob/master/docs/operator-ci-yaml.md#semver-mode)?
10
-
*[ ] Is your submission [signed](https://github.com/redhat-openshift-ecosystem/community-operators-prod/blob/main/docs/contributing-prerequisites.md#sign-your-work)?
11
-
*[ ] Is operator [icon](https://github.com/redhat-openshift-ecosystem/community-operators-prod/blob/main/docs/packaging-operator.md#operator-icon) set?
10
+
*[ ] Is your submission [signed](https://redhat-openshift-ecosystem.github.io/operator-pipelines/users/contributing-prerequisites/#sign-your-work)?
11
+
*[ ] Is operator [icon](https://github.com/operator-framework/community-operators/blob/master/docs/packaging-operator.md#operator-icon) set?
12
12
13
13
### Your submission should not
14
14
15
15
*[ ] Add more than one operator bundle per PR
16
16
*[ ] Modify any operator
17
17
*[ ] Rename an operator
18
-
*[ ] Modify any files outside the abovementioned folders
18
+
*[ ] Modify any files outside the above-mentioned folders
19
19
*[ ] Contain more than one commit. **Please squash your commits.**
20
20
21
21
### Operator Description must contain (in order)
@@ -26,8 +26,8 @@ Thanks for submitting your Operator. Please check the below list before you crea
26
26
27
27
### Operator Metadata should contain
28
28
29
-
*[ ] Humanreadable name and 1-liner description about your Operator
*[ ] Human-readable name and 1-liner description about your Operator
30
+
*[ ] Valid [category](https://github.com/operator-framework/community-operators/blob/master/docs/packaging-operator.md#categories) name <sup>1</sup>
31
31
*[ ] One of the pre-defined [capability levels](https://github.com/operator-framework/operator-courier/blob/4d1a25d2c8d52f7de6297ec18d8afd6521236aa2/operatorcourier/validate.py#L556)<sup>2</sup>
32
32
*[ ] Links to the maintainer, source code and documentation
33
33
*[ ] Example templates for all Custom Resource Definitions intended to be used
0 commit comments