Minor Edit on Templates (#204)

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

* fix : `textarea` placeholder fixed in `feature_request.yml`
pull/205/head
Sadra Sabouri 2024-02-09 01:18:30 -08:00 zatwierdzone przez GitHub
rodzic 56f1647551
commit 9569e843cc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 16 dodań i 8 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

Wyświetl plik

@ -6,27 +6,31 @@ body:
id: description
attributes:
label: Describe the feature you want to add
placeholder: I'd like to be able to [...]
placeholder: >
I'd like to be able to [...]
validations:
required: true
- type: textarea
id: possible-solution
attributes:
label: Describe your proposed solution
placeholder: I think this could be done by [...]
placeholder: >
I think this could be done by [...]
validations:
required: false
- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered, if relevant
placeholder: Another way to do this would be [...]
placeholder: >
Another way to do this would be [...]
validations:
required: false
- type: textarea
id: aditional-context
attributes:
label: Additional context
placeholder: Add any other context or screenshots about the feature request here.
placeholder: >
Add any other context or screenshots about the feature request here.
validations:
required: false