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