You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Please paste any relevant error messages or console output
71
+
placeholder: "Paste error logs here..."
72
+
render: shell
73
+
validations:
74
+
required: false
75
+
76
+
- type: textarea
77
+
id: minimal_reproduction
78
+
attributes:
79
+
label: 🔬 Minimal Reproduction Case
80
+
description: If possible, provide a minimal code example that reproduces the issue
81
+
placeholder: "Minimal code example..."
82
+
render: javascript
83
+
validations:
84
+
required: false
85
+
86
+
- type: dropdown
87
+
id: severity
88
+
attributes:
89
+
label: 🚨 Severity Level
90
+
description: How severe is this bug?
91
+
options:
92
+
- Low - Minor issue, workaround available
93
+
- Medium - Affects functionality but not critical
94
+
- High - Significant impact on functionality
95
+
- Critical - Complete failure, no workaround
96
+
validations:
97
+
required: true
98
+
99
+
- type: dropdown
100
+
id: frequency
101
+
attributes:
102
+
label: 🔄 Frequency
103
+
description: How often does this bug occur?
104
+
options:
105
+
- Once - Happened only once
106
+
- Occasionally - Happens sometimes
107
+
- Frequently - Happens often
108
+
- Always - Happens every time
109
+
validations:
110
+
required: true
111
+
112
+
- type: checkboxes
113
+
id: regression
114
+
attributes:
115
+
label: 📈 Regression Check
116
+
description: Is this a regression from a previous version?
117
+
options:
118
+
- label: This is a regression (it worked in a previous version)
119
+
- label: This affects multiple versions
120
+
- label: This is a new issue
121
+
122
+
- type: checkboxes
123
+
id: definition_of_done
124
+
attributes:
125
+
label: ✅ Definition of Done
126
+
description: Check all criteria that should be met for this bug to be considered fixed
127
+
options:
128
+
- label: Bug reproduced and root cause identified
129
+
- label: Fix implemented and tested
130
+
- label: Regression tests added to prevent future occurrences
131
+
- label: Fix verified in affected environments
132
+
- label: Documentation updated if needed
133
+
- label: Code reviewed and approved
134
+
- label: Performance impact assessed
135
+
- label: Related bugs checked and addressed
136
+
137
+
- type: textarea
138
+
id: workaround
139
+
attributes:
140
+
label: 🛠️ Workaround
141
+
description: Have you found any workaround for this issue?
142
+
placeholder: "Temporary workaround (if any)..."
143
+
validations:
144
+
required: false
145
+
146
+
- type: textarea
147
+
id: additional_context
148
+
attributes:
149
+
label: 📎 Additional Context
150
+
description: Add any other context about the problem here (screenshots, related issues, etc.)
151
+
placeholder: "Any additional information..."
152
+
validations:
153
+
required: false
154
+
155
+
- type: markdown
156
+
attributes:
157
+
value: |
158
+
---
159
+
**For AI Agents (Copilot/Cursor):** This bug report contains structured information including reproduction steps, environment details, and expected vs actual behavior. Use the severity and frequency to prioritize the fix. The Definition of Done provides clear resolution criteria.
description: Are there any dependencies or prerequisites for this chore?
125
+
placeholder: "Dependencies on other issues, external factors, etc..."
126
+
validations:
127
+
required: false
128
+
129
+
- type: textarea
130
+
id: timeline
131
+
attributes:
132
+
label: ⏱️ Estimated Timeline
133
+
description: How long do you estimate this chore will take?
134
+
placeholder: "Estimated time to complete..."
135
+
validations:
136
+
required: false
137
+
138
+
- type: textarea
139
+
id: additional_context
140
+
attributes:
141
+
label: 📎 Additional Context
142
+
description: Any other relevant information, links, or context.
143
+
placeholder: "Links to related issues, documentation, or resources..."
144
+
validations:
145
+
required: false
146
+
147
+
- type: markdown
148
+
attributes:
149
+
value: |
150
+
---
151
+
**For AI Agents (Copilot/Cursor):** This chore contains structured information about maintenance work including scope, impact level, and testing strategy. Use the category and urgency to prioritize the work. The Definition of Done provides clear completion criteria for technical improvements.
0 commit comments