pci-gke-blueprint
pci-gke-blueprint copied to clipboard
Update Prereqs section to include shellcheck
This adds the shellcheck tool to prereqs and link to install instructions.
I believe this is only required for contributing to the blueprint (running make commands), could we put it in CONTRIBUTING.md.
I don't mind, but there is no existing section for development prereqs in the CONTRIBUTING.md file today and I'm not aware of all of the development requirements. Happy to create a new Development Prereqs section if there's a bit more material to start with.
You could list:
- Make
- Go
- Terraform
- Shellcheck
Also it should probably go in the development doc: https://github.com/GoogleCloudPlatform/pci-gke-blueprint/blob/master/docs/development.md
Perhaps if development.md wasn't easily found we should link to it in contributing.md too?
Perhaps if development.md wasn't easily found we should link to it in contributing.md too?
Indeed - that's a good idea.
I addressed this in #122. @josebiro @morgante Let me know if this is/is not good to close, or if more changes are needed.
Separately, I opened #123 to resolve the cloud build errors.