Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.01 KB

CONTRIBUTING.md

File metadata and controls

31 lines (16 loc) · 1.01 KB

Contributing to this role

Table of content

Thank you very much for making time to improve this Docker image.

Contributing

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. Contributor Code of Conduct.

  1. Fork the repo

  2. Create a branch and apply your changes to this branch.

    a. Make sure you have updated the documentation when adding new configuration/variables;

    b. Don't forget to add/update tests so we can test the functionality during each Pull Request;

    c. Make sure the tests will succeed.

  3. Push the branch to your fork and submit a pull request.

Note

Pull Requests that fails during the tests will not be merged.

End note: Have fun making changes. If a feature helps you, then others find it helpful too and I will happily have it merged.