Thank you for your interest in contributing! This is a personal project maintained by [Your Name]. While contributions are welcome, please read and understand the guidelines below before submitting a pull request.
This project is not open source.
The source code is available for educational review and contribution purposes only. It may not be copied, reused, distributed, or modified outside this repository without explicit written permission from the project owner.
By contributing to this repository (e.g., via a pull request), you agree to the following terms:
- You grant the project owner ([Your Name]) a perpetual, irrevocable, worldwide, royalty-free license to use, modify, and license your contribution as part of this project.
- You do not acquire any rights to the broader project or its codebase.
- You confirm that the code you contribute is your original work and does not violate any third-party rights.
- Fork the repository
- Create a new branch:
git checkout -b feature/your-feature-name - Make your changes
- Commit your changes:
git commit -m "Add your message" - Push to your fork:
git push origin feature/your-feature-name - Open a Pull Request with a clear description of what you’ve done
- Keep pull requests focused and small — one change per PR.
- Follow the existing code style and structure.
- Include comments for non-obvious logic.
- Test your code before submission.
Feel free to open an issue if you want to discuss your ideas before implementing them.
Thank you for helping improve this project!