瀏覽代碼

feat: add issue template (#110)

chenjiawei.inizio 9 月之前
父節點
當前提交
e4ce96f32f
共有 2 個文件被更改,包括 38 次插入0 次删除
  1. 19 0
      .github/ISSUE_TEMPLATE/bug-report.md
  2. 19 0
      .github/ISSUE_TEMPLATE/question.md

+ 19 - 0
.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

+ 19 - 0
.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