If you would like to contribute to the repository, there are a few things you could do.
Feel free to open a new issue in the issue tracker if you would like to report a bug or make suggestions.
This repository utilises the OneFlow branching model, so it helps if you're familiar with it.
If you're interested in making changes to the code yourself, fork the repository and make the changes on your fork. Then, open a pull request targeting the master branch with some details about the changes that you have made.
- Standard Git commit message conventions apply. Please adhere to these conventions.
- Pull requests should always target the dev branch, and not the master branch.
- Check the dev branch and/or existing pull requests first to see if someone else had already made the same changes that you want to make.