Merge pull request #198 from lixin59/issue/fix-bug-repo-style
chore(projects): 修复issue模板格式问题
This commit is contained in:
commit
4e87f0b665
11
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
11
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
@ -1,9 +1,16 @@
|
|||||||
name: Bug提交
|
name: Bug提交
|
||||||
description: 在使用软件或功能的过程中遇到了错误
|
description: 在使用软件或功能的过程中遇到了错误
|
||||||
title: '[Bug]: '
|
title: '[Bug]: '
|
||||||
labels: [bug?]
|
labels: [ "bug?" ]
|
||||||
|
|
||||||
body:
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
## 请按照以下要求进行提交
|
||||||
|
### 1. 提交后需要指定标签和截止时间。
|
||||||
|
---
|
||||||
|
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
@ -13,7 +20,7 @@ body:
|
|||||||
- type: input
|
- type: input
|
||||||
id: env-program-ver
|
id: env-program-ver
|
||||||
attributes:
|
attributes:
|
||||||
label: 版本
|
label: 软件版本
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user