Thank you for considering contributing to our project! Here are some guidelines to help you get started.
- If you find a bug or have a feature request, please create an issue on our GitHub repository.
- Provide as much detail as possible to help us understand and address the issue.
- Fork the repository and create your branch from
main
. - Ensure that your code follows the project's coding standards.
- Please verify that the code runs and no errors exist before opening a PR with your changes
- Provide a clear description of the changes and the problem they solve.
Make sure the code passes linting checks and is styled properly by running npm run lint
and npm run dev
Github Actions will run tests on pull requests. Please ensure all tests pass on your pull requests. If you are unable to troubleshoot to fix failing tests, please let me know in a pull request comment