forked from StarOpenSource/Engine
Move label to right spot
Remember kids: Think before committing!
This commit is contained in:
parent
d5b7c599a8
commit
b7afa4bb5e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,6 @@ body:
|
|||
- type: "markdown"
|
||||
id: "introduction"
|
||||
attributes:
|
||||
label: "Issue content"
|
||||
value: |
|
||||
This issue template is meant for specific, special cases, where an empty issue template may be wanted.
|
||||
You should *NOT* use this template to write bug reports, feature or help requests.
|
||||
|
@ -15,6 +14,7 @@ body:
|
|||
- type: "textarea"
|
||||
id: "content"
|
||||
attributes:
|
||||
label: "Issue content"
|
||||
description: "Write your issue content here."
|
||||
validations:
|
||||
required: true
|
||||
|
|
Loading…
Reference in a new issue