Skip to content

Commit 720beb8

Browse files
committed
fix: convert to form
1 parent a0a736b commit 720beb8

File tree

2 files changed

+79
-45
lines changed

2 files changed

+79
-45
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

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

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
---
2+
name: "Bug Report"
3+
description: "Report a bug to help us improve."
4+
title: "[Bug]: <title>"
5+
labels:
6+
- bug
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: "Please fill out the following details to help us address the issue."
11+
- type: input
12+
id: title
13+
attributes:
14+
label: "Bug Title"
15+
description: "Provide a short and descriptive title for the bug."
16+
placeholder: "e.g., App crashes on startup"
17+
validations:
18+
required: true
19+
- type: textarea
20+
id: description
21+
attributes:
22+
label: "Bug Description"
23+
description: "Describe the bug in detail. Include steps to reproduce, expected behavior, and actual behavior."
24+
placeholder: "e.g., When I open the app, it crashes with error XYZ."
25+
validations:
26+
required: true
27+
- type: checkboxes
28+
id: app
29+
attributes:
30+
label: "App"
31+
description: "Select the app where the bug occurred."
32+
options:
33+
- label: Cursor
34+
- label: Windsurf
35+
- label: VSCode
36+
- label: VSCode Insiders
37+
- label: Claude Desktop
38+
- type: checkboxes
39+
id: affected_models
40+
attributes:
41+
label: "Affected Models (if applicable)"
42+
description: "Select the models affected by the bug."
43+
options:
44+
- label: "Claude 3.5 Sonnet"
45+
- label: "Claude 3.7 Sonnet"
46+
- label: "GPT-4a"
47+
- label: "o4-mini"
48+
- type: textarea
49+
id: steps_to_reproduce
50+
attributes:
51+
label: "Steps to Reproduce"
52+
description: "Provide the steps to reproduce the bug."
53+
placeholder: "e.g., 1. Go to '...'; 2. Click on '...'; 3. See error."
54+
validations:
55+
required: true
56+
- type: textarea
57+
id: prompts
58+
attributes:
59+
label: "Prompts"
60+
description: "Report on which prompts were used."
61+
placeholder: "e.g., Prompt details or examples."
62+
- type: textarea
63+
id: screenshots
64+
attributes:
65+
label: "Screenshots"
66+
description: "If applicable, add links to screenshots to help explain your problem."
67+
placeholder: "e.g., Screenshot URLs or descriptions."
68+
- type: textarea
69+
id: expected_behavior
70+
attributes:
71+
label: "Expected Behavior"
72+
description: "Describe what you expected to happen."
73+
placeholder: "e.g., The app should not crash and should display the dashboard."
74+
- type: textarea
75+
id: additional_context
76+
attributes:
77+
label: "Additional Context"
78+
description: "Add any other context or screenshots that might help us understand the issue."
79+
placeholder: "e.g., Logs, screenshots, or related issues."

0 commit comments

Comments
 (0)