From 57dac394c517615b542d545008ad611252eadeb9 Mon Sep 17 00:00:00 2001 From: zepan Date: Tue, 17 Feb 2026 09:30:30 +0800 Subject: [PATCH] update pr template --- .github/pull_request_template.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 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..d2773e27d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,32 @@ +## ๐Ÿ“ Description +## ๐Ÿ—ฃ๏ธ Type of Change +- [ ] ๐Ÿž Bug fix (non-breaking change which fixes an issue) +- [ ] โœจ New feature (non-breaking change which adds functionality) +- [ ] ๐Ÿ“– Documentation update +- [ ] โšก Code refactoring (no functional changes, no api changes) + + +## ๐Ÿ”— Linked Issue +## ๐Ÿ“š Technical Context (Skip for Docs) +* **Reference:** [URL] +* **Reasoning:** ... + + +## ๐Ÿงช Test Environment & Hardware +- **Hardware:** [e.g. Raspberry Pi 5, Orange Pi, PC] +- **OS:** [e.g. Debian 12, Ubuntu 22.04] +- **Model/Provider:** [e.g. OpenAI GPT-4o, Kimi k2, DeepSeek-V3] +- **Channels:** [e.g. Discord, Telegram, Feishu, ...] + + +## ๐Ÿ“ธ Proof of Work (Optional for Docs) +
+Click to view Logs/Screenshots + +
+ + +## โ˜‘๏ธ Checklist +- [ ] My code/docs follow the style of this project. +- [ ] I have performed a self-review of my own changes. +- [ ] I have updated the documentation accordingly. \ No newline at end of file