Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 497 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 497 Bytes

Contributing

Pull Requests

After forking the repository please create a pull request before creating the fix. This way we can talk about how the fix will be implemeted. This will greatly increase your chance of your patch getting merged into the code base.

Please create all pull requests from the develop branch.

Commit Template

Please run the following to make sure you commit messages conform to the project standards.

git config --local commit.template .gitmessage