Thank you for your interest in contributing to this project!
To ensure a clear and effective process, please follow these guidelines.
-
Report an Issue
If you find a bug or have a suggestion, open an issue on GitHub with a clear description of the problem or feature request. -
Propose a Change
- Fork the repository
- Create a new branch for your changes (
git checkout -b branch-name
) - Make your changes and test the code
- Commit with a clear message (
git commit -m "Description of the change"
) - Push to your fork and open a Pull Request (PR)
-
Code Style and Best Practices
- Follow the project's coding conventions (ESLint and prettier are configured)
- Keep the code clean and well-documented
- If modifying the UI, ensure consistency with the existing design
- All PRs will be reviewed by the repository maintainer
- Code must meet the project's standards before being accepted
- Changes may be requested before merging
If you have any questions, open an issue or contact the repository maintainer.