The issue tracker is only for issue reporting or proposals/suggestions. If you have a question, you can find us in our Discord Server.
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.
- Fork, clone, and select the main branch.
- Create a new branch in your fork.
- Make your changes.
- Ensure your linting and tests pass by running
yarn lint
- Commit your changes, and push them.
- Submit a Pull Request here!