Skip to content

Commit f09ac3e

Browse files
authored
Merge pull request #11 from roaldnefs/develop
Add templates for GitHub issues
2 parents cfc8957 + 007d3d8 commit f09ac3e

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: Bug Report
3+
about: Create a report to help us improve
4+
labels: "Status: Review Needed", "Type: Bug"
5+
6+
---

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea for this project
4+
labels: "Status: Review Needed", "Type: Enhancement"
5+
6+
---

.github/ISSUE_TEMPLATE/question.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: Question
3+
about: Ask a question about this project
4+
labels: "Status: Review Needed", "Type: Question"
5+
6+
---

0 commit comments

Comments
 (0)