mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2026-02-06 22:05:37 +08:00
优化
This commit is contained in:
21
.github/ISSUE_TEMPLATE/bug.yml
vendored
21
.github/ISSUE_TEMPLATE/bug.yml
vendored
@@ -10,17 +10,24 @@ body:
|
||||
- Debian
|
||||
- Ubuntu
|
||||
- Kali Linux
|
||||
- Linux Mint
|
||||
- Deepin
|
||||
- Zorin OS
|
||||
- Armbian
|
||||
- Proxmox
|
||||
- Red Hat Enterprise Linux
|
||||
- Fedora
|
||||
- CentOS / CentOS Stream
|
||||
- CentOS
|
||||
- Rocky Linux
|
||||
- AlmaLinux
|
||||
- OpenCloudOS
|
||||
- openEuler
|
||||
- OpenCloudOS
|
||||
- openKylin
|
||||
- Anolis OS
|
||||
- openSUSE
|
||||
- Arch Linux
|
||||
- Alpine Linux
|
||||
- Gentoo
|
||||
validations:
|
||||
required: true
|
||||
|
||||
@@ -40,7 +47,8 @@ body:
|
||||
id: release
|
||||
attributes:
|
||||
label: 系统详细信息
|
||||
description: '请将命令 `cat /etc/os-release` 的输出结果粘贴在下方'
|
||||
description: '请执行命令 `cat /etc/os-release`,并将输出结果粘贴在下方'
|
||||
render: 'shell'
|
||||
validations:
|
||||
required: true
|
||||
|
||||
@@ -48,14 +56,14 @@ body:
|
||||
id: uname
|
||||
attributes:
|
||||
label: 环境信息
|
||||
description: '请将命令 `uname -a` 的输出结果粘贴在下方'
|
||||
description: '请执行命令 `uname -a`,并将输出结果粘贴在下方'
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
attributes:
|
||||
label: 描述您的问题
|
||||
label: 描述您遇到的问题
|
||||
validations:
|
||||
required: true
|
||||
|
||||
@@ -63,6 +71,7 @@ body:
|
||||
id: logs
|
||||
attributes:
|
||||
label: 详细的执行日志
|
||||
placeholder: 日志内容或截图
|
||||
placeholder: 日志内容
|
||||
render: 'shell'
|
||||
validations:
|
||||
required: true
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/feature.yml
vendored
2
.github/ISSUE_TEMPLATE/feature.yml
vendored
@@ -5,6 +5,6 @@ body:
|
||||
- type: textarea
|
||||
id: content
|
||||
attributes:
|
||||
label: '请在下方描述您的功能请求或建议'
|
||||
label: '描述您的功能请求或建议'
|
||||
validations:
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user