mirror of
https://github.com/lingble/talos.git
synced 2025-10-29 11:42:40 +00:00
Document security vulnerability reporting process. Minor fixes in other docs, and add OpenSSF badge. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
655 B
655 B
Contributing
More information about contributing to Talos can be found in the Documentation.
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.