Unify additional info + WYSIWYG as optional input in the documentation report issue form (#73796)

This commit is contained in:
Sviatoslav Sydorenko 2021-03-09 20:55:14 +01:00 committed by GitHub
parent 9db557e431
commit 1d5110db6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,18 +86,12 @@ body:
validations:
required: true
- type: textarea
- type: markdown
attributes:
label: Additional Information
description: |
value: |
**Additional Information**
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.
placeholder: >-
When the improvement is applied, it makes it more straightforward
to understand X.
validations:
required: true
...