From 400bc1972e35bc548d78ca83608691771bdce070 Mon Sep 17 00:00:00 2001 From: jramos Date: Tue, 27 Jan 2026 12:44:07 -0700 Subject: [PATCH] Add .gitea/ISSUE_TEMPLATE/bug-report added bug report --- .gitea/ISSUE_TEMPLATE/bug-report | 34 ++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/bug-report diff --git a/.gitea/ISSUE_TEMPLATE/bug-report b/.gitea/ISSUE_TEMPLATE/bug-report new file mode 100644 index 0000000..fd7e0eb --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/bug-report @@ -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 \ No newline at end of file