From c6ff50dbeae9f06e4a96111603502cbacc430f7f Mon Sep 17 00:00:00 2001 From: Woz <262218600+wozos@users.noreply.github.com> Date: Fri, 15 May 2026 18:37:04 +0200 Subject: [PATCH] docs: populate PR template Add sections for linked issue, summary, doc type, quality level, and a lint/links checklist. Document type and quality level options mirror the taxonomy in CONTRIBUTING.md. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/pull_request_template.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e69de29..04bd0db 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +## Linked issue +Closes # + +## Summary of changes + + +## Target doc type + +Quickstart / Procedure / Concept / Reference / Troubleshooting + +## Target quality level + +stub / unverified / sme-verified / verified + +## Checklist +- [ ] Lint passes (`make lint-md`, `make lint-prose`, `make lint-spell`) +- [ ] Links checked (`make lint-links`)