Skip to content
Snippets Groups Projects
Commit 23077537 authored by Kr328's avatar Kr328
Browse files

Fix: fix issue template

parent de0cbd6b
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ body: ...@@ -9,6 +9,7 @@ body:
NOTE: Be sure to put a clear and concise title **AFTER** `[Feature Request]` in the text box above. NOTE: Be sure to put a clear and concise title **AFTER** `[Feature Request]` in the text box above.
- type: textarea - type: textarea
id: "description"
attributes: attributes:
label: "Feature Description" label: "Feature Description"
description: | description: |
...@@ -16,6 +17,7 @@ body: ...@@ -16,6 +17,7 @@ body:
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: "additional"
attributes: attributes:
label: "Additional" label: "Additional"
description: | description: |
......
...@@ -9,6 +9,7 @@ body: ...@@ -9,6 +9,7 @@ body:
注意: 请务必在上方文本框的 `[Feature Request]` **之后**填写清晰明了的标题。 注意: 请务必在上方文本框的 `[Feature Request]` **之后**填写清晰明了的标题。
- type: textarea - type: textarea
id: "description"
attributes: attributes:
label: "功能描述" label: "功能描述"
description: | description: |
...@@ -16,6 +17,7 @@ body: ...@@ -16,6 +17,7 @@ body:
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: "additional"
attributes: attributes:
label: "附加信息" label: "附加信息"
description: | description: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment