* feat: Add GitHub PR and issue templates for better contributor experience * simplify: Make templates more concise and user-friendly
14 lines
260 B
Markdown
14 lines
260 B
Markdown
## What does this PR do?
|
|
|
|
<!-- Brief description of your changes -->
|
|
|
|
## Related Issues
|
|
|
|
Fixes #
|
|
|
|
## Checklist
|
|
|
|
- [ ] Tests pass (`uv run pytest`)
|
|
- [ ] Code formatted (`ruff format` and `ruff check`)
|
|
- [ ] Pre-commit hooks pass (`pre-commit run --all-files`)
|