Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.19 KB

File metadata and controls

29 lines (21 loc) · 1.19 KB

Contributing to Japanese Verb Master 🌸

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.

How to Contribute

1. Reporting Bugs

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

2. Suggesting Features

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.

3. Code Contributions

To contribute code:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Make your changes.
  4. Commit your changes: git commit -m 'Add some feature'
  5. Push to the branch: git push origin feature/your-feature-name
  6. Open a Pull Request.

Local Development

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! 🇯🇵