Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.63 KB

CONTRIBUTING.md

File metadata and controls

32 lines (19 loc) · 1.63 KB

Contributing

Hi there! We're thrilled that you are interested in contributing to our projects. Your help is essential for keeping it great and useful for open source community.

Please read through this document before submitting any issues or pull requests to ensure we have all the necessary information to effectively respond to your bug report or contribution. Feel free to raise a bug report, new feature, correction, or additional documentation, we value any type of feedback and contributions.

Submitting a pull request

  1. Fork and clone the repository
  2. Configure and install the dependencies: terraform, awscli etc.
  3. Checkout latest branch: git remote update -p then git checkout origin/master
  4. Make your change, add tests
  5. Push to your fork and submit a pull request: git push YOUR_ORIGIN HEAD:refs/heads/BRANCH_NAME
  6. Wait for your pull request to be reviewed and merged.

GitHub provides additional document on forking a repository and creating a pull request.

Finding contributions to work on

Always check existing issues to find something to contribute on. As our projects, by default, use the default GitHub issue labels so make use of them.

Code of Conduct

This project has adopted the [Contributor Covenant][homepage], version 1.4, available here

For answers to common questions about this code of conduct, see in faq

Licensing

See the LICENSE file.