mirror of
https://github.com/outbackdingo/talos-cloud-controller-manager.git
synced 2026-01-27 10:20:27 +00:00
* Add base function of CCM * Helm-chart deployment Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>
17 lines
513 B
Markdown
17 lines
513 B
Markdown
# Contributing
|
|
|
|
## Developer Certificate of Origin
|
|
|
|
All commits require a [DCO](https://developercertificate.org/) 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.
|