Skip to content

Commit

Permalink
Typo Fixes to README.md and CONTRIBUTING.md (#59)
Browse files Browse the repository at this point in the history
* update typos in contributing.md

Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>

* fix typo in readme

Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>

---------

Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
  • Loading branch information
Jdubrick committed Nov 9, 2023
1 parent d49fee6 commit b4ddb0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You can tag Devfile Registry related issues with the `/area registry` text in yo
3. Open the folder in the IDE of your choice (VS Code with Go extension, or GoLand is recommended)

#### Build and Run the Operator
1. Log in to an OpenShfit or Kubernetes cluster
1. Log in to an OpenShift or Kubernetes cluster

2. Run `export IMG=<operator-image>` where `<operator-image>` is the image repository to where you would like to push the image (e.g. `quay.io/user/registry-operator:latest`).

Expand Down Expand Up @@ -67,7 +67,7 @@ make test-integration
Signed-off-by: First Lastname <email@email.com>
```

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.
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.

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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Some of the rules supported by the makefile:

|rule|purpose|
|---|---|
| controller-gen | install the controll-gen tool, used by other commands |
| controller-gen | install the controller-gen tool, used by other commands |
| kustomize | install the kustomize tool, used by other commands |
| docker-build | build registry operator docker image |
| docker-push | push registry operator docker image |
Expand Down

0 comments on commit b4ddb0d

Please sign in to comment.