blob: 197c40400261f9db7394bfd8024db7af9f53b49b [file] [log] [blame] [view]
# Contributing to Project Trellis
There are a couple of guidelines when contributing to Project Trellis which are
listed here.
### Sending
All contributions should be sent as
[GitHub Pull requests](https://help.github.com/articles/creating-a-pull-request-from-a-fork/).
### License
All code in the Project Trellis repository is licensed under the very permissive
[ISC Licence](COPYING). A copy can be found in the [`COPYING`](COPYING) file.
All new contributions must also be released under this license.
### Code of Conduct
By contributing you agree to the [code of conduct](CODE_OF_CONDUCT.md). We
follow the open source best practice of using the [Contributor
Covenant](https://www.contributor-covenant.org/) for our Code of Conduct.
----
This file is generated from [README.md](README.md), please edit that file then
run the `./.update-contributing.py`.