Skip to content

Commit d1c8edb

Browse files
committed
✨ Adds task issue template
Adds a new issue template for tracking general tasks, and removes the Discord notification option from the bug report template. - Introduces a 'Task' issue template with fields for desired outcome, key steps, and resources. - Removes the 'Notify Discord' dropdown from the 'Bug' issue template, streamlining the reporting process.
1 parent 0ff20a4 commit d1c8edb

File tree

2 files changed

+20
-43
lines changed

2 files changed

+20
-43
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,3 @@ body:
5050
- Wallet:
5151
validations:
5252
required: false
53-
54-
- type: dropdown
55-
id: notify_discord
56-
attributes:
57-
label: Notify Discord
58-
description: Choose whether this bug should be sent to Discord.
59-
options:
60-
- Send to Discord
61-
- Skip Discord
62-
default: Send to Discord

.github/ISSUE_TEMPLATE/task.yml

Lines changed: 20 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,39 @@
1-
name: Bug
2-
description: Report a problem or unexpected behavior in the Gardens app.
3-
labels: ["triage"]
4-
type: bug
5-
projects: ["1Hive/20", "1Hive/17"]
1+
name: Task
2+
description: Track a general engineering or operational task.
3+
type: "Task"
4+
projects: ["1Hive/17"]
65
body:
76
- type: markdown
87
attributes:
98
value: |
10-
<!-- issue-type=bug -->
9+
<!-- issue-type: task -->
1110
12-
Thanks for raising an issue. Share the essentials so we can reproduce and fix it quickly.
11+
Capture the goal, the work needed, and how you'll know it's done.
1312
1413
- type: textarea
15-
id: steps
14+
id: outcome
1615
attributes:
17-
label: Steps to reproduce
18-
description: List the actions that trigger the bug.
19-
placeholder: |
20-
1. Go to ...
21-
2. Click ...
22-
3. Observe ...
23-
validations:
24-
required: true
25-
26-
- type: textarea
27-
id: expected
28-
attributes:
29-
label: Expected result
30-
description: What did you expect to happen?
16+
label: Desired outcome
17+
description: What does success look like?
18+
placeholder: When complete...
3119
validations:
3220
required: true
3321

3422
- type: textarea
35-
id: actual
23+
id: plan
3624
attributes:
37-
label: Actual result
38-
description: What happened instead? Include errors or screenshots if helpful.
25+
label: Key steps
26+
description: Outline the main actions or checklist items.
27+
placeholder: |
28+
- [ ] Step 1
29+
- [ ] Step 2
3930
validations:
40-
required: true
31+
required: false
4132

4233
- type: textarea
43-
id: context
34+
id: resources
4435
attributes:
45-
label: Extra context
46-
description: Environment details, wallets, links, or anything else that helps.
47-
placeholder: |
48-
- Network:
49-
- Browser or device:
50-
- Wallet:
36+
label: Links or context
37+
description: Add references, related issues, or notes.
5138
validations:
5239
required: false

0 commit comments

Comments
 (0)