Skip to content

Commit bdc8859

Browse files
authored
[ISV-5341] fix broken links (redhat-openshift-ecosystem#5557)
Signed-off-by: tbak <[email protected]>
1 parent 187d9f7 commit bdc8859

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/pull_request_template.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ Thanks for submitting your Operator. Please check the below list before you crea
22

33
### New Submissions
44

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)?
99
* [ ] 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?
1212

1313
### Your submission should not
1414

1515
* [ ] Add more than one operator bundle per PR
1616
* [ ] Modify any operator
1717
* [ ] Rename an operator
18-
* [ ] Modify any files outside the above mentioned folders
18+
* [ ] Modify any files outside the above-mentioned folders
1919
* [ ] Contain more than one commit. **Please squash your commits.**
2020

2121
### Operator Description must contain (in order)
@@ -26,8 +26,8 @@ Thanks for submitting your Operator. Please check the below list before you crea
2626

2727
### Operator Metadata should contain
2828

29-
* [ ] Human readable name and 1-liner description about your Operator
30-
* [ ] Valid [category name](https://github.com/redhat-openshift-ecosystem/community-operators-prod/blob/main/docs/packaging-operator.md#categories)<sup>1</sup>
29+
* [ ] 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>
3131
* [ ] One of the pre-defined [capability levels](https://github.com/operator-framework/operator-courier/blob/4d1a25d2c8d52f7de6297ec18d8afd6521236aa2/operatorcourier/validate.py#L556)<sup>2</sup>
3232
* [ ] Links to the maintainer, source code and documentation
3333
* [ ] Example templates for all Custom Resource Definitions intended to be used

0 commit comments

Comments
 (0)