The easiest ways to contribute to terraform-elasticsearch
are:
- Creating a new issue.
- Forking the repository, make your contribution and submit a pull request. See Git Flow for further information.
We chose to use the Git flow branching model for terraform-elasticsearch
, so you are
kindly required to follow the same model when making your contributions. That
basically means that:
- If you are fixing a bug, you can create a hotfix branch from the affected release (preferably, the latest one) and send a pull request from that branch.
- If you are creating a new feature, please checkout the
develop
branch and send a pull request from there. - I won't consider pull request coming from the
master
branch and if I do, I won't be quick.
Terraform's guide for syntax and general best practices are used. Check https://github.com/bsnape/terraform-style-guide for more info