Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.21 KB

CONTRIBUTING.md

File metadata and controls

18 lines (11 loc) · 1.21 KB

Contributing Guide

Welcome! We are glad that you want to contribute to our project! 💖

If you'd like to report a bug or suggest a feature or get in touch with the repository owners for any other reason, the best way to do this is by opening an issue on the repository.

In case of a bug report, please be precise in your description, and include all the relevant information, such as the integration that you are trying to deploy, the version of the integration that you are using ...

If you'd like to contribute to our code or documentation, the best way to go about this is to first open an issue (if you have e.g. a new feature you'd like to contribute) and discuss with the repository owners, before submitting the change itself.

Pull Request Process

We require all of our commits to be signed, please make sure they are signed by following this guide.

Requried changes

When you submit a change you will need to make sure that you made all of the necessary changes:

  • Update the CHANGELOG.md file
  • In case you add a variable make sure that you also add him to the example//variable.tf and README files