diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml new file mode 100644 index 0000000..2522f45 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -0,0 +1,87 @@ +name: Bug 报告 🐛 +description: 汇报一个BUG +labels: [ "bug" ] +assignees: + - Mr-Quin +body: + - type: markdown + attributes: + value: 感谢汇报BUG ❤️ + + - type: checkboxes + attributes: + label: 最新版本 + description: 请确认您使用的是最新版本,问题可能已经被修复。 + options: + - label: 我使用的是最新版本 + required: true + + - type: textarea + attributes: + label: 问题描述 + description: 请提供尽可能详细的问题描述 + validations: + required: true + + - type: textarea + attributes: + label: 复现步骤 + description: 如何复现这个问题? + value: | + 1. + 2. + 3. + + - type: textarea + attributes: + label: 网络请求与日志 + description: | + 请供网络请求与日志信息 + + - type: markdown + attributes: + value: "## 运行环境" + + - type: dropdown + attributes: + label: 部署方式 + description: 请选择您的部署方式 + options: + - Docker + - Vercel + - 其他 + validations: + required: true + + - type: input + attributes: + label: 其他部署方式 + description: 如果选择了“其他”,请在此输入您的部署方式 + validations: + required: false + + - type: dropdown + attributes: + label: 浏览器类型 + description: 请选择您的浏览器类型 + options: + - Chrome + - Firefox + - Edge + - Safari + - 其他 + validations: + required: true + + - type: input + attributes: + label: 其他浏览器 + description: 如果选择了“其他”,请在此输入您的浏览器类型 + validations: + required: false + + - type: checkboxes + attributes: + label: 是否为移动设备 + options: + - label: 是 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/功能请求.md b/.github/ISSUE_TEMPLATE/功能请求.md new file mode 100644 index 0000000..8789618 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/功能请求.md @@ -0,0 +1,20 @@ +--- +name: 功能请求 +about: 有什么想法都可以提 +title: '' +labels: enhancement + +--- + +**功能说明** +简单描述需要的功能 + + +**使用场景** +说明为什么需要这个功能 + + +**其他内容** +其他可供参考的内容,如: +- 截图 +- 其他有类似功能的项目