From b41af9e0cd500031616229433d20dc082dd7fb71 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sat, 8 Nov 2025 12:55:36 +0000 Subject: [PATCH] bug report template added --- .gitea/ISSUE_TEMPLATE/BUG_REPORT.md | 36 +++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/BUG_REPORT.md diff --git a/.gitea/ISSUE_TEMPLATE/BUG_REPORT.md b/.gitea/ISSUE_TEMPLATE/BUG_REPORT.md new file mode 100644 index 0000000..0112059 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/BUG_REPORT.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report for something does not work as it should +title: '' +labels: 'Task/Bug' +assignees: '' + +--- + +# 🐛 Bug Report + +## Description +[A clear and concise description of the bug] + +## Steps to Reproduce +1. Step 1 +2. Step 2 +3. ... + +## Expected Behavior +[What should have happened] + +## Actual Behavior +[What actually happened] + +## Screenshots/Logs +[If applicable, add screenshots, error logs, or stack traces] + +## Environment +- OS: [e.g., iOS 18.5, Android 14] + +## Possible Fix (Optional) +[Any suggestions on how to resolve the issue] + +## Related Issues (Optional) +[Reference similar issues or PRs]