init
This commit is contained in:
@@ -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.
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user