Skip to content

Commit 374863d

Browse files
authored
addded issue template (#9)
1 parent c249dcd commit 374863d

File tree

2 files changed

+79
-0
lines changed

2 files changed

+79
-0
lines changed
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
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

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

0 commit comments

Comments
 (0)