Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 991 Bytes

contributing.md

File metadata and controls

23 lines (14 loc) · 991 Bytes

Contributing Guide

Thank you for considering contributing to our project! Here are some guidelines to help you get started.

How to Contribute

Issues

  • 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.

Pull Requests

  • 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

Running Tests

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