fix: improve wording in issue templates for clarity and consistency

This commit is contained in:
Bohdan Triapitsyn
2025-12-17 19:15:50 +02:00
parent 29616e99a6
commit 995f969d89
2 changed files with 3 additions and 14 deletions
+1 -12
View File
@@ -5,23 +5,12 @@ body:
- type: textarea - type: textarea
id: what id: what
attributes: attributes:
label: Whats wrong? label: Whats 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:
+2 -2
View File
@@ -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 youre trying to do + what youd like to happen. description: What you're trying to do + what you'd like to happen.
placeholder: | placeholder: |
Im trying to … I'm trying to …
It would be great if OpenChamber … It would be great if OpenChamber …
validations: validations: