fix: improve wording in issue templates for clarity and consistency
This commit is contained in:
@@ -5,23 +5,12 @@ body:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
id: what
|
id: what
|
||||||
attributes:
|
attributes:
|
||||||
label: What’s wrong?
|
label: What’s wrong? Maybe some steps to reproduce.
|
||||||
description: What happened and what you expected.
|
description: What happened and what you expected.
|
||||||
placeholder: "Expected … but got …"
|
placeholder: "Expected … but got …"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
id: steps
|
|
||||||
attributes:
|
|
||||||
label: Steps to reproduce
|
|
||||||
placeholder: |
|
|
||||||
1.
|
|
||||||
2.
|
|
||||||
3.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: runtime
|
id: runtime
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
@@ -6,9 +6,9 @@ body:
|
|||||||
id: request
|
id: request
|
||||||
attributes:
|
attributes:
|
||||||
label: What should we add/change?
|
label: What should we add/change?
|
||||||
description: What you’re trying to do + what you’d like to happen.
|
description: What you're trying to do + what you'd like to happen.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
I’m trying to …
|
I'm trying to …
|
||||||
|
|
||||||
It would be great if OpenChamber …
|
It would be great if OpenChamber …
|
||||||
validations:
|
validations:
|
||||||
|
|||||||
Reference in New Issue
Block a user