We are pleased to receive your support and contribution. By contributing to react-mql
, you agree to abide by the code of conduct.
Please make sure that there aren't existing pull requests attempting to address the issue mentioned. Likewise, please check for issues related to update, as someone else may be working on the issue in a branch or fork.
- Non-trivial changes should be discussed in an issue first
- Develop in a topic branch, not master
- Squash your commits
- Fork the repository.
- Create your feature branch: git checkout -b my-new-feature.
- Ensure the test suite passes: (npm run test).
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request. Done.
Please check your code using npm run lint
before submitting your pull requests, as the CI build will fail if eslint
fails.