34 lines
982 B
Plaintext
34 lines
982 B
Plaintext
name: "🐛 Bug Report"
|
|
about: "Report something that isn't working correctly"
|
|
title: "[Bug]: "
|
|
labels: ["kind/bug", "status/triage"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Please provide as much detail as possible so we can reproduce and fix the issue!
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: "Description"
|
|
description: "What is currently happening?"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: reproduction
|
|
attributes:
|
|
label: "Steps to Reproduce"
|
|
description: "1. Go to '...'\n2. Click on '...'\n3. See error"
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: environment
|
|
attributes:
|
|
label: "Environment"
|
|
description: "Which browser/OS are you using? (e.g., Chrome on Windows 11)"
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: "Relevant Log Output"
|
|
description: "Please paste any error logs or console output here."
|
|
render: shell |