Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 596 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (12 loc) · 596 Bytes

Contributing

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!