From 0a8f50f9e070b48938853d96bfda418e443935f1 Mon Sep 17 00:00:00 2001 From: Dream Hunter Date: Tue, 23 Apr 2024 23:16:27 +0800 Subject: [PATCH] Add issue templates --- .github/ISSUE_TEMPLATE/bug-反馈.md | 23 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 16 ++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-反馈.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/bug-反馈.md b/.github/ISSUE_TEMPLATE/bug-反馈.md new file mode 100644 index 00000000..4678fed6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-反馈.md @@ -0,0 +1,23 @@ +--- +name: Bug 反馈 +about: Create a report to help us improve +title: "[BUG]" +labels: bug +assignees: '' + +--- + +## 复现步骤 + + + +## 预期行为 + + + +## 部署方式 + +- [ ] cli 部署 +- [ ] 用户界面部署 + +## 浏览器环境 diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..d99141eb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,16 @@ +--- +name: Feature Request +about: Suggest an idea for this project +title: "[Feature]" +labels: enhancement, good first issue +assignees: '' + +--- + +## 请描述您的 Feature + +## 描述您想要的解决方案 + +## 描述您考虑过的替代方案 + +## 附加上下文