* feat: Add GitHub PR and issue templates for better contributor experience * simplify: Make templates more concise and user-friendly
260 B
260 B
What does this PR do?
Related Issues
Fixes #
Checklist
- Tests pass (
uv run pytest) - Code formatted (
ruff formatandruff check) - Pre-commit hooks pass (
pre-commit run --all-files)