Skip to content

Commit b15947a

Browse files
committed
feat: added issue issue templates
1 parent a58c02d commit b15947a

File tree

3 files changed

+72
-0
lines changed

3 files changed

+72
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
2+
name: Bug report
3+
description: Create a bug report to help us address errors in the repository
4+
title: "🔴[BUG] <bug description>"
5+
labels: [bug]
6+
body:
7+
- type: textarea
8+
id: bugdescription
9+
attributes:
10+
label: Description of the bug
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: screenshots
15+
attributes:
16+
label: Please add screenshots (if applicable)
17+
validations:
18+
required: false
19+
- type: textarea
20+
id: context
21+
attributes:
22+
label: Add any other context about the problem here
23+
validations:
24+
required: false
25+
- type: checkboxes
26+
id: terms
27+
attributes:
28+
label: Checklist
29+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/ArslanYM/dev-leaders/blob/main/CODE_OF_CONDUCT.md)
30+
options:
31+
- label: "I have read the [Contributing Guidelines](https://github.com/ArslanYM/dev-leaders/blob/main/CONTRIBUTING.md)"
32+
required: true
33+
- label: "I have checked the existing [issues](https://github.com/ArslanYM/dev-leaders/issues)"
34+
required: true
35+
- label: "I am willing to work on this issue (optional)"
36+
required: false
37+
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: "⭐FEAT:"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/question.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Question/Doubt
3+
about: Have a doubt related to the project
4+
title: "💁🏼HELP:"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your doubt related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+

0 commit comments

Comments
 (0)