Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.19 KB

CONTRIBUTING.md

File metadata and controls

30 lines (22 loc) · 1.19 KB

Contributing to terraform-elasticsearch

The easiest ways to contribute to terraform-multitier-vpc are:

  • Creating a new issue.
  • Forking the repository, make your contribution and submit a pull request. See Git Flow for further information.

Git Flow

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.

Coding Conventions and Style

Terraform's guide for syntax and general best practices are used. Check https://github.com/bsnape/terraform-style-guide for more info