diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml new file mode 100644 index 00000000..bd974056 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -0,0 +1,29 @@ +name: Bug report +description: Create a report to help us improve +labels: [ bug ] +body: + - type: textarea + attributes: + label: 描述你遇到的问题 + description: 简洁有效的说明。 + - type: textarea + attributes: + label: 如何重现问题 + description: 把你遇到的问题的发生步骤替换掉下面的内容 + value: | + 1. 打开页面 ... + 2. 点击 .... + 3. 滑动到 .... + 4. 出错的位置 + - type: textarea + attributes: + label: 截图 + description: 如有必要,可以截图说明 + - type: input + attributes: + label: 固件/操作系统版本 + description: 例如 16.0.3|AMS 1.5.4|S + - type: textarea + attributes: + label: 期待修复的效果 + description: 简单描述。 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 00000000..ec4bb386 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1 @@ +blank_issues_enabled: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml new file mode 100644 index 00000000..f3dd75e2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -0,0 +1,20 @@ +name: Feature request +description: Suggest an idea for this project +labels: [ feature ] +body: + - type: textarea + attributes: + label: 您的功能请求是否与问题相关?请描述 + description: 对问题的清晰而简洁的描述 + - type: textarea + attributes: + label: 描述您想要的解决方案 + description: 简洁的描述 + - type: textarea + attributes: + label: 描述您考虑过的替代方案 + description: 简洁的描述 + - type: textarea + attributes: + label: 其他补充 + description: 在此处添加有关功能请求的任何其他信息或屏幕截图。 \ No newline at end of file