Contributions are welcomed and greatly appreciated. We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Proposing new features
- Discussing the current state of the code
- Submitting a fix or solutions
- Becoming a maintainer
We use github to host code, to track issues and feature requests, as well as accept pull requests.
All code changes happen through Pull Requests.
Pull requests are the best way to propose changes to the codebase (please follow this guid Github Flow).
We actively welcome your pull requests:
- Fork the repo and create your branch from
master
. - If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes.
- Make sure your code lints.
- Issue that pull request!
After creating your first contributing PR you will be requested to sign our Contributor License Agreement by commenting your PR with a special message.
In short, when you submit code changes, your submissions are understood to be under the same {{{SOLUTION_LICENSE}}} that covers the project. Feel free to contact the maintainers if that's a concern.
Report bugs using Github's issues
We use GitHub issues to track public bugs. Report a bug by opening a new issue
This is an template of bug report
- 2 spaces for indentation rather than tabs
- You can try running
npm run lint
for style unification - Add code style files