docs: add .github/PULL_REQUEST_TEMPLATE.md (closes PARITY doc gap)

This commit is contained in:
YeonGyu-Kim
2026-04-27 04:01:17 +09:00
parent ec5fd078e3
commit ab5f25950b
2 changed files with 28 additions and 1 deletions

View File

@@ -211,7 +211,7 @@ Repo documentation suite shipped during extended dogfood audit. Status: present/
| Document | Status | Priority | Notes |
|----------|--------|----------|-------|
| CODE_OF_CONDUCT.md | ❌ Missing | Low | Standard for public repos |
| .github/PULL_REQUEST_TEMPLATE.md | ❌ Missing | Medium | Would standardize PR descriptions |
| .github/PULL_REQUEST_TEMPLATE.md | ✅ Present | Medium | Standardizes PR descriptions |
| docs/CONFIGURATION.md | ✅ Present | High | env vars, settings.json, provider config — relates to #283, #285 |
| docs/API_REFERENCE.md | ❌ Missing | Medium | JSON envelope schema, output format contract |
| .github/ISSUE_TEMPLATE/bug_report.md | ❌ Missing | Low | Standard bug template (pinpoint.md covers discovery) |