c73709c36a
This document can be simplied as the `Makefile` and pull request status deliver a lot of the supplied information. This removes a lot of redundant information and only touches on the more important ideas. Signed-off-by: Andrew Rynhard <andrew@rynhard.io>
17 lines
511 B
Markdown
17 lines
511 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 very 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.
|