I would like to hear from you and get some good constructive feedback. I doesn't matter what it is:
- Reporting a bug.
- Discussing the current state of the code.
- Submitting a fix.
- Proposing new features.
I use github to host code, to track issues and feature requests, as well as accept pull requests.
We Use Github Flow
Pull requests are the best way to propose changes to the codebase (we use Github Flow).
Send your PR's to:
- Fork the repo and create your branch from
master
. - Make sure your code lints. Formatting is important.
- Issue that pull request!
When you decide to collaborate in this project, your code goes under the same license that covers the project.
I use GitHub issues to keep track of bugs. You can also congratulate me.
- 2 spaces for indentation rather than tabs
- You can try running
npm run lint
for style unification
By contributing, you agree that your contributions will be licensed under its "Use whatever seems useful to you" license.
This document was adapted from the open-source contribution guidelines for Facebook's Draft