Skip to content

Commit 370a501

Browse files
authored
[ISV-4897] Documentation fix and update (#669)
1 parent e02cd8a commit 370a501

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ If you have an existing Operator read our contribution guidelines on how to [ope
2525

2626
## Contributing Guide
2727

28-
- [Prerequisites](contributing-prerequisites.md)
29-
- [Where to place operator](contributing-where-to.md)
30-
- [Creating pull request (PR)](contributing-via-pr.md)
31-
- [Operator Publishing / Review settings](operator-ci-yaml.md)
32-
- [OKD/OpenShift Catalogs criteria and options](packaging-required-criteria-ocp.md)
28+
- [Prerequisites](users/contributing-prerequisites.md)
29+
- [Where to place operator](users/contributing-where-to.md)
30+
- [Creating pull request (PR)](users/contributing-via-pr.md)
31+
- [Operator Publishing / Review settings](users/operator-ci-yaml.md)
32+
- [OKD/OpenShift Catalogs criteria and options](users/packaging-required-criteria-ocp.md)
3333

3434
## Test and release process for the Operator
3535

36-
Refer to the [operator pipeline documentation](docs/pipelines_overview.md) .
36+
Refer to the [operator pipeline documentation](users/pipelines_overview.md) .
3737

3838
## IMPORTANT NOTICE
3939

docs/users/contributing-via-pr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Submitting your Operator via Pull Requests (PR) in community operators project
1+
# Submitting your Operator via Pull Requests (PR)
22

33
## Overview
44
To submit an operator one has to do these steps
55

6-
1. Fork project `https://github.com/redhat-openshift-ecosystem/community-operators-prod`
7-
1. Make a pull request
6+
1. Fork project based on desired [Operator Repository](./pipelines_overview.md#operator-repositories)
87
1. Place the operator in the target directory. [More info](./contributing-where-to.md)
98
- operators
109
1. Configure `ci.yaml` file. [More info](./operator-ci-yaml.md)
1110
- Setup reviewers
1211
- Operator versioning strategy
12+
1. Make a pull request
1313
1. Verify tests and fix problems, if possible
1414
1. Ask for help in the PR in case of problems
1515

0 commit comments

Comments
 (0)