Skip to content

Commit 51840d2

Browse files
committed
Added checklists to issue templates
1 parent d81e3af commit 51840d2

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@ If applicable, add screenshots to help explain your problem.
2424

2525
## Additional context
2626
Add any other context about the problem here.
27+
28+
## Checklist
29+
- [ ] I checked for duplicate issues.
30+
- [ ] I checked already existing discussions.
31+
- [ ] This issue is not included in the roadmap.
32+
- [ ] This issue is present on both stable and development branches.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,21 @@ about: Suggest an idea for this project
44
title: ''
55
labels: 'enhancement'
66
assignees: ''
7-
87
---
98

10-
**Is your feature request related to a problem? Please describe.**
9+
## Is your feature request related to a problem? Please describe.
1110
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
1211

13-
**Describe the solution you'd like**
12+
## Describe the solution you'd like
1413
A clear and concise description of what you want to happen.
1514

16-
**Describe alternatives you've considered**
15+
## Describe alternatives you've considered
1716
A clear and concise description of any alternative solutions or features you've considered.
1817

19-
**Additional context**
18+
## Additional context
2019
Add any other context or screenshots about the feature request here.
20+
21+
## Checklist
22+
- [ ] I checked for duplicate issues.
23+
- [ ] I checked already existing discussions.
24+
- [ ] This feature is not included in the roadmap.

0 commit comments

Comments
 (0)