diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7910cb1e2..c96b7da12 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,7 @@ ## ๐Ÿ“ Description + + + ## ๐Ÿ—ฃ๏ธ Type of Change - [ ] ๐Ÿž Bug fix (non-breaking change which fixes an issue) - [ ] โœจ New feature (non-breaking change which adds functionality) @@ -11,25 +14,28 @@ - [ ] ๐Ÿ‘จโ€๐Ÿ’ป Mostly Human-written (Human lead, AI assisted or none) -## ๐Ÿ”— Linked Issue +## ๐Ÿ”— Related Issue + + + ## ๐Ÿ“š Technical Context (Skip for Docs) -* **Reference:** [URL] -* **Reasoning:** ... +- **Reference URL:** +- **Reasoning:** + +## ๐Ÿงช Test Environment +- **Hardware:** +- **OS:** +- **Model/Provider:** +- **Channels:** -## ๐Ÿงช 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) +## ๐Ÿ“ธ Evidence (Optional)
Click to view Logs/Screenshots -
+ + ## โ˜‘๏ธ Checklist - [ ] My code/docs follow the style of this project.