[skip ci] Remove predefined titles of issue template (#2768)
This commit is contained in:
parent
3c6d5d64d2
commit
b07fd258d2
|
|
@ -1,7 +1,6 @@
|
||||||
name: Bug report/反馈 Bug
|
name: Bug report/反馈 Bug
|
||||||
description: Report errors or unexpected behavior./反馈错误或异常行为。
|
description: Report errors or unexpected behavior./反馈错误或异常行为。
|
||||||
labels: [bug]
|
labels: [bug]
|
||||||
title: "[Bug] "
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
name: Feature request/新特性请求
|
name: Feature request/新特性请求
|
||||||
description: Suggest an idea./提出建议
|
description: Suggest an idea./提出建议
|
||||||
labels: [enhancement]
|
labels: [enhancement]
|
||||||
title: "[Feature Request] "
|
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue