Add .gitea/ISSUE_TEMPLATE/bug-report

added bug report
This commit is contained in:
2026-01-27 12:44:07 -07:00
parent d9580e7e1a
commit 400bc1972e

View File

@@ -0,0 +1,34 @@
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