Thank you for considering contributing to mojang2tiny!
We welcome all contributions — bug fixes, improvements, features, and documentation.
- Fork the repository
- Create a new branch (
git checkout -b feature/my-feature) - Commit your changes (
git commit -m 'Add my feature') - Push to your branch (
git push origin feature/my-feature) - Open a Pull Request
- Write clear, descriptive commit messages.
- Keep Pull Requests focused and small.
- Follow the existing code style.
- Add tests when possible.
- Update the
README.mdandCHANGELOG.mdif necessary.
If you encounter bugs, security issues, or have feature requests,
please open an issue.
Thank you for your contribution! 🚀