mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
chore(github): make description in bug report use a textarea
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
e28b4183db
commit
7f5bc46846
1 changed files with 1 additions and 1 deletions
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -8,7 +8,7 @@ body:
|
||||||
value: |
|
value: |
|
||||||
- If you're requesting an improvement for an existing feature, then please consider filling out an "enhancement request" instead!
|
- If you're requesting an improvement for an existing feature, then please consider filling out an "enhancement request" instead!
|
||||||
- If you're requesting a new feature, that isn't part of this project yet, then please consider filling out a "feature request" instead!
|
- If you're requesting a new feature, that isn't part of this project yet, then please consider filling out a "feature request" instead!
|
||||||
- type: input
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
label: Description
|
label: Description
|
||||||
|
|
Loading…
Reference in a new issue