fix : `textarea` placeholder fixed in `bug_report.yml`

pull/204/head
Sadra Sabouri 2024-01-28 09:13:17 -08:00
rodzic 56f1647551
commit 61abd05a28
1 zmienionych plików z 8 dodań i 4 usunięć

Wyświetl plik

@ -19,14 +19,16 @@ body:
attributes:
label: What happened?
description: Provide a clear and concise description of what the bug is.
placeholder: Tell us a description of the bug.
placeholder: >
Tell us a description of the bug.
validations:
required: true
- type: textarea
id: step-to-reproduce
attributes:
label: Steps to reproduce
description: Provide details of how to reproduce the bug.
description: >
Provide details of how to reproduce the bug.
placeholder: ex. 1. Go to '...'
validations:
required: true
@ -35,7 +37,8 @@ body:
attributes:
label: Expected behavior
description: What did you expect to happen?
placeholder: ex. I expected '...' to happen
placeholder: >
ex. I expected '...' to happen
validations:
required: true
- type: textarea
@ -43,7 +46,8 @@ body:
attributes:
label: Actual behavior
description: What did actually happen?
placeholder: ex. Instead '...' happened
placeholder: >
ex. Instead '...' happened
validations:
required: true
- type: dropdown