Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 845 Bytes

File metadata and controls

27 lines (19 loc) · 845 Bytes

Contributing to mojang2tiny

Thank you for considering contributing to mojang2tiny!
We welcome all contributions — bug fixes, improvements, features, and documentation.

How to contribute

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

Guidelines

  • Write clear, descriptive commit messages.
  • Keep Pull Requests focused and small.
  • Follow the existing code style.
  • Add tests when possible.
  • Update the README.md and CHANGELOG.md if necessary.

Reporting issues

If you encounter bugs, security issues, or have feature requests,
please open an issue.

Thank you for your contribution! 🚀