From 75b3de1e12c9dd8975f8a7ae5e3022e69bd93aa2 Mon Sep 17 00:00:00 2001 From: patsuan69 Date: Sat, 27 Dec 2025 08:03:16 +0100 Subject: [PATCH] docs: add pull request template Standardize PR info and reviewer checklist. --- .github/pull_request_template.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..f2d4c186 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +## Summary + + +## Changes +- [ ] Docs +- [ ] Config +- [ ] Docker +- [ ] Other: + +## Checklist +- [ ] I tested the change locally or it is docs-only +- [ ] I updated related docs (if needed) +- [ ] I verified formatting/links +- [ ] No secrets or private endpoints were added + +## Notes for reviewers +