Contributions are super welcome!
If you want to report bugs or requests features, open an issue, with the respective label. In case of a bug, please always write steps to reproduce the error. That way we can focus on fixing the bug. Thanks for understanding!
If you want to purpose a bug fix:
- Fork the project & clone locally.
- Create an upstream remote and sync your local copy before you branch.
- Branch for each separate piece of work.
- Do the work, write good commit messages.
- Push to your origin repository.
- Create a new Pull Request in GitHub.
- Respond to any code review feedback.
That's it!