Thanks for your interest in contributing.
You are welcome to open:
- pull requests with bug fixes,
- pull requests with improvements,
- issues with reproducible bug reports,
- issues with feature proposals.
- Create a branch from
master. - Keep changes focused on one topic.
- Make sure the project builds locally.
- Include a clear PR description of:
- what changed,
- why it changed,
- how to test it.
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.
- Keep TypeScript types explicit and consistent.
- Follow existing naming and folder conventions.
- Avoid unrelated formatting-only changes.