The following is a set of guidelines for contributing to this code. We want to make contributing to this project as easy and transparent as possible. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
- Fork the repo and create your branch from
main. - Once you've added/changed the code, please test this thoroughly.
Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:
$ git commit -m "A brief summary of the commit
>
> A paragraph describing what changed."
Thanks!