We welcome contributions from everyone. This guide will help you get started.
Please report bugs and suggest new features through the Issues tab on GitHub.
Here is a quick guide to doing code contributions:
- Fork the repo.
- Create a new branch in your forked repository. The branch name should be descriptive, for example:
fix-login-bug
. - Make changes in your branch. Please make sure your commits are in meaningful units and your commit messages are clear.
- Make sure your code is tested and linted. We do not accept code that is not tested or does not meet our linting standards.
- Stick to our code style. You can see our code style by looking at the source code.
- Push your changes to your forked repository on GitHub.
- Open a pull request against the master branch of this repository.
Please note that this project is released with a Code of Conduct. By participating in this project you agree to abide by its terms.
By contributing your code, you agree to license your contribution under the terms of the MIT license. Your contributions should be properly marked as such.