Skip to content

Commit c6ee98f

Browse files
committed
ci: add github issue template
1 parent 3d0a7c5 commit c6ee98f

2 files changed

Lines changed: 85 additions & 0 deletions

File tree

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
name: Bug Report
2+
description: Report a bug or unexpected behavior
3+
labels: ["bug"]
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: What happened?
9+
description: A clear description of the bug.
10+
placeholder: "When I do X, Y happens instead of Z."
11+
validations:
12+
required: true
13+
14+
- type: textarea
15+
id: steps
16+
attributes:
17+
label: Steps to reproduce
18+
description: Minimal steps to reproduce the issue.
19+
placeholder: |
20+
1. Input Something
21+
2. Click a button
22+
3. Something happens
23+
4. ...
24+
validations:
25+
required: false
26+
27+
- type: textarea
28+
id: expected
29+
attributes:
30+
label: Expected behavior
31+
description: What did you expect to happen?
32+
validations:
33+
required: false
34+
35+
- type: input
36+
id: version
37+
attributes:
38+
label: Reminders version
39+
placeholder: "0.16.0"
40+
validations:
41+
required: false
42+
43+
- type: input
44+
id: macos
45+
attributes:
46+
label: macOS version & chip
47+
placeholder: "macOS 15.3 / Apple Silicon"
48+
validations:
49+
required: false
50+
51+
- type: textarea
52+
id: context
53+
attributes:
54+
label: Screenshots / Logs
55+
description: If applicable, add screenshots, screen recordings, or crash logs.
56+
validations:
57+
required: false
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Feature Request
2+
description: Suggest a new feature or improvement
3+
labels: ["enhancement"]
4+
body:
5+
- type: textarea
6+
id: problem
7+
attributes:
8+
label: Problem
9+
description: What problem does this feature solve? What's frustrating or missing today?
10+
placeholder: "I often need to X but currently have to Y, which is slow/tedious."
11+
validations:
12+
required: true
13+
14+
- type: textarea
15+
id: solution
16+
attributes:
17+
label: Proposed solution
18+
description: How would you like this to work? Include mockups or examples if you have them.
19+
validations:
20+
required: false
21+
22+
- type: textarea
23+
id: alternatives
24+
attributes:
25+
label: Alternatives considered
26+
description: Any workarounds or alternative approaches you've tried or considered.
27+
validations:
28+
required: false

0 commit comments

Comments
 (0)