d1823a2d05
Adds structured templates to help contributors submit higher-quality PRs and issues. PR template includes testing checklist (pytest, sync.sh). Issue templates use YAML forms for bug reports and feature requests. Fixes #251
21 lines
371 B
Markdown
21 lines
371 B
Markdown
## Summary
|
|
|
|
<!-- What does this PR do? 1-3 sentences. -->
|
|
|
|
## Changes
|
|
|
|
<!-- Bullet list of what changed. Reference files if helpful. -->
|
|
|
|
-
|
|
|
|
## Testing
|
|
|
|
<!-- How did you verify this works? -->
|
|
|
|
- [ ] Ran `uv run python -m pytest -q --tb=short`
|
|
- [ ] Ran `bash scripts/sync.sh` (if scripts/ changed)
|
|
|
|
## Related Issues
|
|
|
|
<!-- Link issues: Fixes #123 or Relates to #456 -->
|