First off, thank you for considering contributing to this Project! It's people like you that make this such a great tool.
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.
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-nameorbugfix/your-bug-fix. - Make your changes. Please make sure to follow the existing code style.
- Commit your changes: Please write a clear and concise commit message, following the conventional commit format (
feat:,fix:,docs:, etc.). - Push to your branch:
git push origin feature/your-feature-name. - Create a pull request.
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.
If you have any questions, please feel free to open an issue.