chore: no free form issues, 'description'-s to 'placeholders'-s #16

Merged
mvhutz merged 3 commits from chore/update-feature-issue-template into main 2026-04-03 13:57:04 +00:00
Showing only changes of commit b220357c18 - Show all commits

View File

@@ -7,20 +7,20 @@ body:
id: context
attributes:
label: Context
description: What circumstances led to the bug?
placeholder: What circumstances led to the bug?
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected Behavior
description: What did you expect would happen?
placeholder: What did you expect would happen?
validations:
required: true
- type: textarea
id: actual-behavior
attributes:
label: Actual Behavior
description: What happened, and why was it unexpected?
placeholder: What happened, and why was it unexpected?
validations:
required: true