Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.04 KB

File metadata and controls

24 lines (15 loc) · 1.04 KB

Contributing to this Project

First off, thank you for considering contributing to this Project! It's people like you that make this such a great tool.

Where do I start?

If you have a feature request, please create an issue first to discuss what you would like to change. If you have a bug report, please also create an issue.

How to Contribute

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature-name or bugfix/your-bug-fix.
  3. Make your changes. Please make sure to follow the existing code style.
  4. Commit your changes: Please write a clear and concise commit message, following the conventional commit format (feat:, fix:, docs:, etc.).
  5. Push to your branch: git push origin feature/your-feature-name.
  6. Create a pull request.

Code Style

Please follow the existing code style. We use Prettier to format our code, so please make sure to run npm run format before committing your changes.

Questions?

If you have any questions, please feel free to open an issue.