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`)