Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 767 Bytes

File metadata and controls

20 lines (15 loc) · 767 Bytes

How to contribute

Third-party patches are essential for keeping the role updated and support multiple platforms. We want to keep it as easy as possible to contribute changes that get things working in your environment. There are a few guidelines that we need contributors to follow so that we can have a chance of keeping on top of things.

Find bug

Whenever a but is identified open an issue on github providing all the information to reproduce the bug.

Making Changes

  • Fork the repository before you start editing and work on your copy.
  • Apply change to your repository.
    • Commit on master or in a topic branch.
  • Create a pull request to the original repository.
    • Make sure to clearly explain the changes in your commits and in the pull request