From fd3c87abe7a5851bff29be38a0e91e92a3e87cae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Mon, 12 Jan 2026 11:03:49 +0800 Subject: [PATCH] Github: adds pull_request_template.md [ci skip] --- .github/pull_request_template.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 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 000000000..d99cb91ff --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,26 @@ +## Summary + + + +## Related issue (required for new logos for new distros) + + + +Closes # + +## Changes + +- + +## Checklist + +- [ ] I have tested my changes locally.