Skip to content

Commit 5b99561

Browse files
authored
Add yamlfmt to contributing requirements (#830)
1 parent fe87b2a commit 5b99561

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
@@ -19,9 +19,9 @@ To get started, we need to have the following software installed:
1919
- [golangci-lint](https://github.com/golangci/golangci-lint)
2020
- [Kubebuilder Prerequisites](https://book.kubebuilder.io/quick-start.html#prerequisites) (go, docker, kubectl, kubebuilder, controller-gen)
2121
- [helm](https://helm.sh/docs/intro/quickstart/)
22-
- [envtest](#Installing-envtest)
22+
- [yamlfmt](https://github.com/google/yamlfmt/)
2323

24-
## Installing Envtest
24+
### Installing Envtest
2525

2626
In order to run `make test` to run the unit tests, you'll need to install envtest with the following commands:
2727

0 commit comments

Comments
 (0)