Skip to content

Commit d1566cf

Browse files
Christian KellnerChristian Kellner
authored andcommitted
improve feature and bug templates
1 parent 36f1bdd commit d1566cf

File tree

3 files changed

+51
-35
lines changed

3 files changed

+51
-35
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
name: Feature Request
2+
description: Suggest an improvement or new idea for Fredy
3+
title: "[Feature]: "
4+
labels: [enhancement]
5+
assignees: []
6+
7+
body:
8+
- type: textarea
9+
id: problem
10+
attributes:
11+
label: Related Problem
12+
description: Is your feature request related to a problem? Describe it clearly.
13+
placeholder: "Example: It’s difficult to do X when Y happens..."
14+
validations:
15+
required: false
16+
17+
- type: textarea
18+
id: solution
19+
attributes:
20+
label: Proposed Solution
21+
description: Describe the feature you would like to see.
22+
placeholder: "I would like Fredy to automatically..."
23+
validations:
24+
required: true
25+
26+
- type: textarea
27+
id: alternatives
28+
attributes:
29+
label: Alternatives Considered
30+
description: List any alternative solutions or workarounds you’ve tried or thought about.
31+
placeholder: "Instead of this, I also considered..."
32+
validations:
33+
required: false
34+
35+
- type: textarea
36+
id: benefits
37+
attributes:
38+
label: Benefits
39+
description: Explain how this feature would improve Fredy or it's user experience.
40+
placeholder: "This would save users time by..."
41+
validations:
42+
required: true
43+
44+
- type: textarea
45+
id: context
46+
attributes:
47+
label: Additional Context
48+
description: Add any other context, examples, or screenshots that might help clarify your idea.
49+
placeholder: "Any other relevant information..."
50+
validations:
51+
required: false

0 commit comments

Comments
 (0)