更新 issue 模板

[not-build-web]
This commit is contained in:
stapxs 2023-05-22 15:59:15 +08:00
parent fe27c7d3bc
commit bbaef71c64
3 changed files with 39 additions and 28 deletions

View File

@ -1,28 +0,0 @@
---
name: 错误提交
about: 快速创建一个错误提交议题
title: "[错误]"
labels: ":bug: 错误"
assignees: Stapxs
---
<!--
在开始提交 BUG 前,请先前往 https://github.com/users/Stapxs/projects/2/views/7
检查 BUG 标签卡下的已有 BUG 列表是否已存在你想提交的 BUG如果没有再回来提交以防重复。
-->
**描述错误**
<!-- 发生了什么呢 …… 简单说一下就好了x -->
**复现流程**
<!-- 如果你可以重现这个 BUG你可以在下面留下操作流程 -->
**截图**
<!-- 如果有附加的截图,可以添加在下面 -->
**版本信息**
<!-- 执行 “设置 - 高级 - 输出调试信息” 获取应用运行的版本信息,粘贴到这儿以方便快速了解运行环境 -->
**更多**
<!-- 还有别的要说吗?比如说控制台的报错之类的,都可以塞这儿 -->

34
.github/ISSUE_TEMPLATE/bug-report.yml vendored Normal file
View File

@ -0,0 +1,34 @@
name: 提交错误
description: 各种各样的奇怪的问题都可以提交。
body:
- type: markdown
attributes:
value: |
在开始提交 BUG 前,请先前往 [Projects](https://github.com/users/Stapxs/projects/2/views/7) 检查 BUG 标签卡下的已有 BUG 列表是否已存在你想提交的 BUG如果没有再回来提交以防重复。
- type: dropdown
attributes:
label: 错误来源
options:
- QQ Bot
- Stapxs QQ Lite
- 其他
- type: textarea
attributes:
label: 描述错误
description: 发生了什么呢 …… 简单说一下就好了x
- type: textarea
attributes:
label: 复现流程
description: 如果你可以重现这个 BUG你可以在下面留下操作流程
- type: textarea
attributes:
label: 截图
description: 如果有附加的截图,可以添加在下面
- type: textarea
attributes:
label: 版本信息
description: 执行 “设置 - 高级 - 输出调试信息” 获取应用运行的版本信息,粘贴到这儿以方便快速了解运行环境
- type: textarea
attributes:
label: 更多
description: 还有别的要说吗?比如说控制台的报错之类的,都可以塞这儿

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: 计划和已知错误
url: https://github.com/users/Stapxs/projects/2
about: 计划的列表和一些没有提交 ISSUE 的 BUG