feat: Add GitHub PR and issue templates (#105)

* feat: Add GitHub PR and issue templates for better contributor experience

* simplify: Make templates more concise and user-friendly
This commit is contained in:
Andy Lee
2025-09-19 13:51:36 -07:00
committed by GitHub
parent e93c0dec6f
commit ad0d2faabc
4 changed files with 98 additions and 0 deletions

13
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,13 @@
## 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`)