Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.08 KB

File metadata and controls

37 lines (26 loc) · 1.08 KB

Contributing to OtakuVersus

Thanks for your interest in contributing.

Scope of Contributions

You are welcome to open:

  • pull requests with bug fixes,
  • pull requests with improvements,
  • issues with reproducible bug reports,
  • issues with feature proposals.

Before You Open a PR

  1. Create a branch from master.
  2. Keep changes focused on one topic.
  3. Make sure the project builds locally.
  4. Include a clear PR description of:
    • what changed,
    • why it changed,
    • how to test it.

Legal / License Notice

By submitting a pull request, you agree that:

  • you are the author of the submitted code, or have rights to submit it,
  • you grant the repository owner the right to use, modify, and distribute your contribution in this project,
  • the project remains proprietary (All Rights Reserved),
  • no commercial usage rights are granted to third parties without explicit written permission from the repository owner.

Coding Notes

  • Keep TypeScript types explicit and consistent.
  • Follow existing naming and folder conventions.
  • Avoid unrelated formatting-only changes.