From e4ce96f32fc44c037a23d8f221eca128b80512ee Mon Sep 17 00:00:00 2001 From: "chenjiawei.inizio" <289056872@qq.com> Date: Mon, 31 Mar 2025 16:38:17 +0800 Subject: [PATCH] feat: add issue template (#110) --- .github/ISSUE_TEMPLATE/bug-report.md | 19 +++++++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..c1e20e31 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,19 @@ +--- +name: Bug Report +about: Report Bug +title: "[Bug] " +labels: [bug] +--- + +## 🙋 SDK Version +Please input version of SDK. + +## 📌 Layout +Free layout or Fixed layout? + +## 💻 Environment +- Operation System: (e.g. Windows 11 / macOs 14.3) +- Node.js: +- Other: + +## 📝 Question Description diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..b9e45223 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,19 @@ +--- +name: Question Report +about: Report Question +title: "[Question] " +labels: [question] +--- + +## 🙋 SDK Version +Please input version of SDK. + +## 📌 Layout +Free layout or Fixed layout? + +## 💻 Environment +- Operation System: (e.g. Windows 11 / macOs 14.3) +- Node.js: +- Other: + +## 📝 Question Description