更新议题模板

This commit is contained in:
SuperManito
2024-01-31 23:33:25 +08:00
parent 0f2c7d88f4
commit d0f9fefb12
5 changed files with 79 additions and 81 deletions

View File

@@ -30,6 +30,7 @@
- [ ] `openEuler`
- [ ] `openSUSE`
- [ ] `Arch Linux`
- [ ] `Alpine Linux`
## 2. 处理器架构
<!-- 将中括号内的 "空格" 替换为 "x" ,即为选中,例:" - [x] 否 " -->

68
.github/ISSUE_TEMPLATE/bug.yml vendored Normal file
View File

@@ -0,0 +1,68 @@
name: 🐞 上报错误
description: Report bug
labels: ["bug"]
body:
- type: dropdown
id: os
attributes:
label: 操作系统
options:
- Debian
- Ubuntu
- Kali Linux
- Deepin
- Red Hat Enterprise Linux
- Fedora
- CentOS / CentOS Stream
- Rocky Linux
- AlmaLinux
- OpenCloudOS
- openEuler
- openSUSE
- Arch Linux
- Alpine Linux
validations:
required: true
- type: dropdown
id: architecture
attributes:
label: 处理器架构
options:
- x86_64 / x86_32
- arm64 / arm/v8 / arm/v7 / arm/v6
- ppc64le / s390x
- 其它
validations:
required: true
- type: textarea
id: release
attributes:
label: 系统详细信息
description: '请将命令 "cat /etc/os-release" 的输出结果粘贴在下方'
validations:
required: false
- type: input
id: uname
attributes:
label: 环境信息
description: '请将命令 "uname -a" 的输出结果粘贴在下方'
validations:
required: false
- type: textarea
id: what-happened
attributes:
label: 描述您的问题
validations:
required: true
- type: textarea
id: logs
attributes:
label: 详细的执行日志
placeholder: 日志内容或截图
validations:
required: true

View File

@@ -1,71 +0,0 @@
---
name: Bug report
about: 错误提交
title: ''
labels: ''
assignees: ''
---
<!-- 这是隐藏的信息
在提交前请阅读下面的内容:
⚠️如果在使用过程中遇到问题需要帮助,请严格按照模板提交反馈!
⚠️如果是意见与建议类问题则不需要使用此模板。
请_完整_填写以下模板描述问题否则反馈将会被系统关闭。
请_完整_填写以下模板描述问题否则反馈将会被系统关闭。
请_完整_填写以下模板描述问题否则反馈将会被系统关闭。
(重要的事情说三遍😉)
点击编辑器上方的 Preview 图标可预览效果
-->
<!-- 👆这样括起来的信息将被隐藏,填写时注意不要写在里面。 -->
## 1. 操作系统
<!-- 将中括号内的 "空格" 替换为 "x" ,即为选中,例:" - [x] 是 " -->
- [ ] `Debian`
- [ ] `Ubuntu`
- [ ] `Kali Linux`
- [ ] `Deepin`
- [ ] `Red Hat Enterprise Linux`
- [ ] `Fedora`
- [ ] `CentOS / CentOS Stream`
- [ ] `Rocky Linux`
- [ ] `AlmaLinux`
- [ ] `OpenCloudOS`
- [ ] `openEuler`
- [ ] `openSUSE`
- [ ] `Arch Linux`
## 2. 处理器架构
<!-- 将中括号内的 "空格" 替换为 "x" ,即为选中,例:" - [x] 否 " -->
- [ ] `x86_64` `x86_32`
- [ ] `arm64` `arm/v8` `arm/v7` `arm/v6`
- [ ] `ppc64le` `s390x`
- [ ] `Other`
## 3. 系统详细信息
<!-- 请将命令 "cat /etc/os-release" 的输出结果粘贴在下方 -->
```
```
## 4. 环境信息
<!-- 请将命令 "uname -a" 的输出结果粘贴在下方 -->
```
```
## 5. 详细叙述你的问题
### (1) 具体问题
A
### (2) 详细的执行日志
<!-- 请在此处粘贴详细完整的日志,从执行脚本开始到结束。 -->
```
```

10
.github/ISSUE_TEMPLATE/feature.yml vendored Normal file
View File

@@ -0,0 +1,10 @@
name: 💡 功能请求与建议
description: Feature request
labels: ["enhancement"]
body:
- type: textarea
id: content
attributes:
label: '请在下方描述您的功能请求或建议'
validations:
required: false

View File

@@ -1,10 +0,0 @@
---
name: Feature request
about: 意见与建议
title: ''
labels: ''
assignees: ''
---