Contributing

January 9, 2023 ยท View on GitHub

To contribute to this repository, feel free to create a new fork of the repository and submit a pull request. We highly suggest ESLint to be installed in your text editor or IDE of your choice to ensure builds from GitHub Actions do not fail.

  1. Fork, clone, and select the master branch.
  2. Create a new branch in your fork.
  3. Make your changes.
  4. Ensure your linting and tests pass by running yarn test && yarn lint
  5. Commit your changes, and push them.
  6. Submit a Pull Request here!