talos/CONTRIBUTING.md
Flightkick 86eb01cd6c
docs: add missing dev tools
Document missing dev tools.

Signed-off-by: Flightkick <Flightkick@users.noreply.github.com>
Signed-off-by: Noel Georgi <git@frezbo.dev>
2022-08-08 16:27:55 +05:30

513 B

Contributing

Developer Certificate of Origin

All commits require a DCO sign-off. This is done by committing with the --signoff flag.

Development

The build process for this project is designed to run entirely in containers. To get started, run make help and follow the instructions.

Conformance

To verify conformance status, run make conformance. This runs a series of tests on the working tree and is required to pass before a contribution is accepted.