We appreciate your thought to contribute to open source. ❤️ We want to make contributing as easy as possible. You are welcome to:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
We Use Github Flow, So All Code Changes Happen Through Pull Requests
Pull requests are the best way to propose changes to the codebase (we use Github Flow). We actively welcome your pull requests:
- Fork the repo and create your branch from
master
. - If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes.
- Make sure your code lints.
- Issue that pull request!
We use the Terraform Style conventions. They are enforced with ci scripts.
The README.md in the root is generated by a manual script in ci/bin/autodocs.sh
. The script generate the variable tables, merge the in the README.md file based on the file in the _docs
folder.
No automated tests are available. The example directory takes care of a few scenario's.
By contributing, you agree that your contributions will be licensed under its MIT License.