👍🎉 First off, thanks for taking the time to contribute! 🎉👍
The following is a set of guidelines for contributing to this project. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
Feel free to check issues page to find an enhancement to implement or bug to fix. You could also Improve the documentation, Report a Bug, or Suggest an Enhancement.
- Fork this repository and submit a pull request.
- Write tests
- Ensure the linter passes with
yarn lint
ornpm run lint
- Ensure the tests pass at the CI Server by following the status of your pull request.