File tree Expand file tree Collapse file tree 3 files changed +72
-0
lines changed Expand file tree Collapse file tree 3 files changed +72
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Report a bug or unexpected behavior in the project
4+ title : " [Bug]: "
5+ labels : ["bug"]
6+ assignees : []
7+ ---
8+
9+ ### Description
10+
11+ A clear and concise description of what the bug is.
12+
13+ ### 🧪 Steps to Reproduce
14+
15+ 1 . Go to '...'
16+ 2 . Click on '...'
17+ 3 . Scroll down to '...'
18+ 4 . See the error
19+
20+ ### Expected Behavior
21+
22+ Describe what you expected to happen instead.
23+
24+ ### Environment
25+
26+ Please complete the following information:
27+
28+ - OS: [ e.g. macOS, Windows, Linux]
29+ - Browser/Version (if applicable): [ e.g. Chrome 120]
30+ - App/Version (if applicable): [ e.g. 1.2.3]
31+ - Node version (if applicable): [ e.g. 18.17.0]
32+ - Other context (e.g., environment variables, configs)
33+
34+ ### Screenshots or Logs
35+
36+ If applicable, add screenshots or log snippets to help explain your problem.
37+
38+ ### Additional Context
39+
40+ Add any other context about the issue here.
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : false
2+ contact_links :
3+ - name : 💬 Questions & Discussions
4+ url : https://github.com/<your-username>/<your-repo>/discussions
5+ about : For general questions or discussions, please use GitHub Discussions.
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature request
3+ about : Suggest a new idea, feature, or enhancement
4+ title : " [Feature]: "
5+ labels : ["enhancement"]
6+ assignees : []
7+ ---
8+
9+ ### Summary
10+
11+ A clear and concise description of the feature you'd like to see.
12+
13+ ### Motivation
14+
15+ Why is this feature important? What problem does it solve?
16+
17+ ### Proposed Solution
18+
19+ Describe how you think this feature should work or be implemented.
20+
21+ ### Alternatives Considered
22+
23+ Have you thought about any alternative solutions or workarounds?
24+
25+ ### Additional Context
26+
27+ Add any other relevant information, mockups, or screenshots here.
You can’t perform that action at this time.
0 commit comments