We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
- Becoming a maintainer
We use GitHub to sync code to and from our internal repository. We'll use GitHub to track issues and feature requests, as well as accept pull requests.
We actively welcome your pull requests.
make sure to make your PR to the staging branch
- Fork the repo and create your branch from
master
. - If you've added code that should be tested, then state about it in the PR description.
- If you've changed APIs, update the documentation (in the readme file at the moment).
- The PR title should begin with _(<issue_number>): _ e.g. - "feat(#12): ", "chore(#12): ", "fix(#12): ", "refactor(#12):" and "test(#12):"
- Make sure your code satisfies the coding conventions used in the rest of the project.
We use GitHub issues to track public bugs. Please ensure your description is clear and has sufficient instructions to be able to reproduce the issue.
By contributing, you agree that your contributions will be licensed under its MIT License.