Unify additional info + WYSIWYG as optional input in the documentation report issue form (#73796)
This commit is contained in:
parent
9db557e431
commit
1d5110db6f
1 changed files with 4 additions and 10 deletions
14
.github/ISSUE_TEMPLATE/documentation_report.yml
vendored
14
.github/ISSUE_TEMPLATE/documentation_report.yml
vendored
|
@ -86,18 +86,12 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional Information
|
value: |
|
||||||
description: |
|
**Additional Information**
|
||||||
|
|
||||||
Describe how this improves the documentation, e.g. before/after situation or screenshots.
|
Describe how this improves the documentation, e.g. before/after situation or screenshots.
|
||||||
|
|
||||||
**Tip:** It's not possible to upload the screenshot via this field directly but you can use the last textarea in this form to attach them.
|
|
||||||
|
|
||||||
**HINT:** You can paste https://gist.github.com links for larger files.
|
**HINT:** You can paste https://gist.github.com links for larger files.
|
||||||
placeholder: >-
|
|
||||||
When the improvement is applied, it makes it more straightforward
|
|
||||||
to understand X.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue