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