Skip to content

Commit 424fd97

Browse files
authored
Merge pull request #4002 from davidxia/patch-3
📖 docs: clarify English prose in CONTRIBUTING.md
2 parents f1a4328 + 2e49b51 commit 424fd97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ $ git clone [email protected]:<user>/kubebuilder.git $GOPATH/src/sigs.k8s.io/kubebu
5353

5454
- e2e tests use [`kind`][kind] and [`setup-envtest`][setup-envtest]. If you want to bring your own binaries, place them in `$(go env GOPATH)/bin`.
5555

56-
**IMPORTANT:** The `make generate` is very helpful. By using it, you can check if good part of the commands still working successfully after the changes. Also, note that its usage is a pre-requirement to submit a PR.
56+
**IMPORTANT:** The `make generate` is very helpful. By using it, you can check if good part of the commands still working successfully after the changes. Also, note that its usage is a prerequisite to submit a PR.
5757

5858
Following the targets that can be used to test your changes locally.
5959

@@ -67,7 +67,7 @@ Following the targets that can be used to test your changes locally.
6767
| make check-testdata | Checks if the testdata dir is updated with the latest changes | yes |
6868
| make test-e2e-local | Runs the CI e2e tests locally | no |
6969

70-
**NOTE** To use the `make lint` is required to install `golangci-lint` locally. More info: https://github.com/golangci/golangci-lint#install
70+
**NOTE** `make lint` requires a local installation of `golangci-lint`. More info: https://github.com/golangci/golangci-lint#install
7171

7272
### Running e2e tests locally
7373

0 commit comments

Comments
 (0)