From e6a4bd260738a6e5a031b6edd15d764c871e749f Mon Sep 17 00:00:00 2001 From: qnadmin Date: Sun, 5 Apr 2026 12:41:03 +0800 Subject: [PATCH] Add bug report template --- .gitea/ISSUE_TEMPLATE/bug_report.md | 22 ++++++++++++++++++++++ 1 file changed, 22 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..0d76489 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,22 @@ +# Bug Report + +### Description +A clear and concise description of the bug. + +## Steps to reproduce +1. Go to '...' +2. Click on '...' +3. Scroll down to '...' +4. See error + +## Expected behavior +A clear and concise description of what you expected to happen. + +## Actual behavior +A clear and concise description of what actually happens. + +## Screenshots +If applicable, add screenshots to help explain your problem. + +## Additional context +Add any other context about the problem here. \ No newline at end of file