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: CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The `registry-support` repository for the devfile registry is a mono-repo of sor
24
24
-[Devfile Registry Helm Chart](./deploy/chart/devfile-registry) - Helm chart for deploying the devfile registry on to Kubernetes.
25
25
-[Index Generator](./index/generator) - The index generator tool for generation index.json files from registry data
26
26
-[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.
28
28
29
29
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.
30
30
@@ -56,11 +56,11 @@ To run these tests, consult the integration test's [readme](./tests/integration)
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.
60
60
61
61
Owners of the repository will watch out for and review new PRs.
62
62
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).
64
64
65
65
If comments have been given in a review, they have to be addressed before merging.
66
66
@@ -69,4 +69,4 @@ After addressing review comments, don’t forget to add a comment in the PR afte
69
69
70
70
# Contact us
71
71
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