Add .gitea/ISSUE_TEMPLATE/bug-report
added bug report
This commit is contained in:
34
.gitea/ISSUE_TEMPLATE/bug-report
Normal file
34
.gitea/ISSUE_TEMPLATE/bug-report
Normal 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
|
||||||
Reference in New Issue
Block a user