feat: refine issue templates for bug reports and feature requests

This commit is contained in:
Bohdan Triapitsyn
2025-12-17 19:06:23 +02:00
parent 9bd866ade1
commit a0265ded6b
3 changed files with 23 additions and 50 deletions
+10 -24
View File
@@ -1,39 +1,25 @@
name: Feature request
description: Suggest an improvement or new capability
title: "feat: "
description: Suggest an improvement
labels: [enhancement]
body:
- type: markdown
attributes:
value: |
Thanks for proposing an idea.
- type: textarea
id: problem
id: goal
attributes:
label: Problem / use case
description: What are you trying to do?
placeholder: "As a user, I want..."
label: What do you want to do?
placeholder: "I want to …"
validations:
required: true
- type: textarea
id: proposal
id: idea
attributes:
label: Proposed solution
description: What would you like to see happen?
placeholder: UI, behavior, config, etc.
label: What should OpenChamber do?
placeholder: "Add/change …"
validations:
required: true
- type: textarea
id: alternatives
id: context
attributes:
label: Alternatives considered
placeholder: "Other approaches you've tried/considered"
- type: textarea
id: additional
attributes:
label: Additional context
description: Links, screenshots, mockups, etc.
label: Extra context (optional)
description: Links, screenshots, mockups, constraints, etc.