Skip to content

Commit 8e38891

Browse files
committed
Update IssueTemplate
1 parent 148ffd9 commit 8e38891

File tree

4 files changed

+22
-8
lines changed

4 files changed

+22
-8
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: "\U0001F41E Bug report"
3-
about: Create a report to help us improve
4-
title: "\U0001F41E [Describe Your Bug]"
5-
labels: ''
3+
about: Create a bug report to help us improve Flow Launcher
4+
title: "[Describe Your Bug]"
5+
labels: 'bug'
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/code-review.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: "\U0001F50E Code Review"
33
about: Describe (bad) code that needs to be improved
4-
title: "\U0001F50E [Describe Problematic Code]"
5-
labels: ''
4+
title: "[Describe Problematic Code]"
5+
labels: 'code review'
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/discussion.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: "⁉️ Question/Discussion"
3+
about: Create a report to help us improve
4+
title: "[Ask a question or propose a change]"
5+
labels: 'question/discussion'
6+
assignees: ''
7+
8+
---
9+
10+
**Question**
11+
Describe your question.
12+
13+
**Discussion**
14+
Discuss a topic.

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: "⭐ Feature request"
3-
about: Suggest an idea for this project
4-
title: "[Describe Your Feature]"
5-
labels: ''
3+
about: Suggest a new idea or a feature enhacement
4+
title: "[Describe Your Feature]"
5+
labels: 'enhancement'
66
assignees: ''
77

88
---

0 commit comments

Comments
 (0)