Skip to content

Commit

Permalink
更新议题模板
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperManito committed Jan 31, 2024
1 parent 0f2c7d8 commit d0f9fef
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 81 deletions.
1 change: 1 addition & 0 deletions .gitee/issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
- [ ] `openEuler`
- [ ] `openSUSE`
- [ ] `Arch Linux`
- [ ] `Alpine Linux`

## 2. 处理器架构
<!-- 将中括号内的 "空格" 替换为 "x" ,即为选中,例:" - [x] 否 " -->
Expand Down
68 changes: 68 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -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
71 changes: 0 additions & 71 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: 💡 功能请求与建议
description: Feature request
labels: ["enhancement"]
body:
- type: textarea
id: content
attributes:
label: '请在下方描述您的功能请求或建议'
validations:
required: false
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

0 comments on commit d0f9fef

Please sign in to comment.