Files
last30days-skill/.github/PULL_REQUEST_TEMPLATE.md
T
Dave Morin d1823a2d05 feat: add PR and issue templates for contributor workflow (#296)
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
2026-04-24 10:49:06 -07:00

371 B

Summary

Changes

Testing

  • Ran uv run python -m pytest -q --tb=short
  • Ran bash scripts/sync.sh (if scripts/ changed)