Thanks for your interest in improving this template!
git clone https://github.com/EndstoneMC/python-example-plugin.git
cd python-example-plugin
uv sync --extra dev- Create a branch for your changes
- Run
uv run ruff check src/before committing - Update
CHANGELOG.mdunder## [Unreleased]if your change is user-facing - Open a pull request with a clear description of what changed and why
- Follow existing patterns in the codebase
- Keep examples simple and well-commented (this is a teaching template)
- Run
uv run ruff check src/to lint
Use GitHub Issues for bugs and feature requests.