Thank you for your interest in contributing to Japanese Verb Master! We welcome all contributions, whether it's bug reports, feature requests, documentation improvements, or code contributions.
If you find a verb that is conjugated incorrectly, please open an issue with:
- The verb in dictionary form (e.g.,
飲む) - The verb type (Godan, Ichidan, etc.)
- The expected conjugation vs. the actual output
Have an idea for a new feature? (e.g., adding Keigo/Sonkeigo forms, new API endpoints, or UI improvements). Please open an issue to discuss it before submitting a Pull Request.
To contribute code:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name - Make your changes.
- Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature/your-feature-name - Open a Pull Request.
Please refer to the README.md for instructions on how to start the frontend and backend servers locally.
Thank you for helping make learning Japanese easier for everyone! 🇯🇵