mirror of
https://github.com/siderolabs/talos.git
synced 2026-04-12 09:11:08 +02:00
Update various documentation links that are pointing to www.talos.dev to the new docs page at docs.siderolabs.com. Signed-off-by: Edward Sammut Alessi <edward.sammutalessi@siderolabs.com>
19 lines
708 B
Markdown
19 lines
708 B
Markdown
# Contributing
|
|
|
|
More information about contributing to Talos can be found in the [Documentation](https://docs.siderolabs.com/talos/latest/build-and-extend-talos/custom-images-and-development/developing-talos).
|
|
|
|
## 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.
|