File tree Expand file tree Collapse file tree 2 files changed +79
-0
lines changed
Expand file tree Collapse file tree 2 files changed +79
-0
lines changed Original file line number Diff line number Diff line change 1+ name : 🐞 Bug or 💡 Feature Request
2+ description : Report a bug or request a new feature
3+ title : " [Bug/Feature]: "
4+ labels : ["triage"]
5+ assignees : []
6+
7+ body :
8+ - type : dropdown
9+ id : category
10+ attributes :
11+ label : Issue Category
12+ description : Please select the category that best matches your issue.
13+ options :
14+ - UI
15+ - Backend
16+ - Database
17+ - Performance
18+ - Security
19+ - Feature Request
20+ - Improvement
21+ - Test Failure
22+ - Missing Tests
23+ - README
24+ - Usage Docs
25+ - Deployment
26+ - CI/CD
27+ - Question
28+ - Other
29+ validations :
30+ required : true
31+
32+ - type : textarea
33+ id : description
34+ attributes :
35+ label : Description
36+ description : Provide a detailed explanation of the issue or feature.
37+ placeholder : " A clear and concise description of what the issue or feature is."
38+ validations :
39+ required : true
40+
41+ - type : textarea
42+ id : steps
43+ attributes :
44+ label : Steps to Reproduce (for bugs)
45+ description : " List steps to reproduce the behavior. Leave blank if not applicable."
46+ placeholder : |
47+ 1. Go to '...'
48+ 2. Click on '....'
49+ 3. Scroll down to '....'
50+ 4. See error
51+
52+ - type : input
53+ id : expected
54+ attributes :
55+ label : Expected Behavior
56+ description : What did you expect to happen?
57+
58+ - type : input
59+ id : actual
60+ attributes :
61+ label : Actual Behavior
62+ description : What actually happened?
63+
64+ - type : input
65+ id : environment
66+ attributes :
67+ label : Environment
68+ description : Include OS, browser, Node version, etc.
69+ placeholder : " e.g., macOS Ventura, Chrome 124, Node 20.2.0"
70+
71+ - type : checkboxes
72+ id : terms
73+ attributes :
74+ label : Code of Conduct
75+ description : By submitting this issue, you agree to follow our Code of Conduct.
76+ options :
77+ - label : I agree to follow this project's Code of Conduct
78+ required : true
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : false
You can’t perform that action at this time.
0 commit comments