Your input is welcome, but do go through the Code of Conduct! 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 host code, to track issues and feature requests, as well as accept pull requests.
Pull requests are the best way to propose changes to the codebas. We actively welcome your pull requests but do discuss your proposed change prior to creating a PR.
- Fork the repo and create your branch from
master
. - If you've changed APIs, update the documentation.
- Ensure the coding style coonforms to standardjs.
- Issue that pull request!
Your submissions are under the same MIT License that covers this project.
Report bugs using Github's issues
We use GitHub issues to track public bugs. Report a bug by opening a new issue.
It is most helpful to have:
- A quick summary and/or background
- Steps to reproduce
- Any specific configuration settings
- What you expect should happen
- What actually happens
- Any other suggestions or inputs you feel are relevant to the issue
- Please use Javascript Standard Style - standardjs
By contributing, you agree that your contributions will be licensed under its MIT License.