| # 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`. |
| |