This commit is contained in:
fvjr156
2026-05-31 18:28:15 +08:00
parent b7dcac4327
commit e6172ebf4f
9 changed files with 1330 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
## Bug Description
A clear and concise description of what the bug is.
## Environment
- OS: [e.g. macOS, Windows, iOS]
- Browser/Environment: [e.g. Chrome 122, Node.js 20]
- Version/Commit: [e.g. v1.4.2, commit hash]
## 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 happened. Include error logs or stack traces if applicable.
## Additional Context
Add any other context, screenshots, or code snippets about the problem here.
+7
View File
@@ -0,0 +1,7 @@
blank_issues_enabled: false
issue_templates:
- name: "Bug Report"
description: "Follow this format when reporting a bug."
title: "[Bug]: "
labels: ["bug"]
body: "./ISSUE_TEMPLATE/bug_report.md"