Skip to content

Commit e4d13f7

Browse files
authored
Address review comments
Signed-off-by: John Collier <[email protected]>
1 parent 5857791 commit e4d13f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The `registry-support` repository for the devfile registry is a mono-repo of sor
2424
- [Devfile Registry Helm Chart](./deploy/chart/devfile-registry) - Helm chart for deploying the devfile registry on to Kubernetes.
2525
- [Index Generator](./index/generator) - The index generator tool for generation index.json files from registry data
2626
- [Index Server](./index/server) - The index server, one of two servers that the devfile registry runs
27-
- [OCI Registry Server](./oci-registry) -
27+
- [OCI Registry Server](./oci-registry) - The OCI registry server, the second of two servers that the devfile registry runs.
2828

2929
Each of these individual components will have their own readme with instructions for consuming or developing the component, and it's recommended to consult them before development.
3030

@@ -56,11 +56,11 @@ To run these tests, consult the integration test's [readme](./tests/integration)
5656
Signed-off-by: First Lastname <[email protected]>
5757
```
5858

59-
You can easily add this footer to your commits by adding `-s` when running `git commit`.When you think the code is ready for review, create a pull request and link the issue associated with it.
59+
You can easily add this footer to your commits by adding `-s` when running `git commit`. When you think the code is ready for review, create a pull request and link the issue associated with it.
6060

6161
Owners of the repository will watch out for and review new PRs.
6262

63-
By default for each change in the PR, GitHub Actions and OpenShift CI will run checks against your changes (linting, unit testing, and integration tests)
63+
By default for each change in the PR, GitHub Actions and OpenShift CI will run checks against your changes (linting, unit testing, and integration tests).
6464

6565
If comments have been given in a review, they have to be addressed before merging.
6666

@@ -69,4 +69,4 @@ After addressing review comments, don’t forget to add a comment in the PR afte
6969

7070
# Contact us
7171

72-
If you have questions, please visit us on `#devfile` on the [Kubernetes Slack](https://slack.k8s.io).
72+
If you have questions, please visit us on `#devfile` in the [Kubernetes Slack](https://slack.k8s.io).

0 commit comments

Comments
 (0)