Update IssueTemplate

This commit is contained in:
Steven Kalinke 2020-07-02 13:25:50 +02:00
parent 148ffd9c47
commit 8e38891c8b
4 changed files with 22 additions and 8 deletions

View file

@ -1,8 +1,8 @@
---
name: "\U0001F41E Bug report"
about: Create a report to help us improve
title: "\U0001F41E [Describe Your Bug]"
labels: ''
about: Create a bug report to help us improve Flow Launcher
title: "[Describe Your Bug]"
labels: 'bug'
assignees: ''
---

View file

@ -1,8 +1,8 @@
---
name: "\U0001F50E Code Review"
about: Describe (bad) code that needs to be improved
title: "\U0001F50E [Describe Problematic Code]"
labels: ''
title: "[Describe Problematic Code]"
labels: 'code review'
assignees: ''
---

14
.github/ISSUE_TEMPLATE/discussion.md vendored Normal file
View file

@ -0,0 +1,14 @@
---
name: "⁉️ Question/Discussion"
about: Create a report to help us improve
title: "[Ask a question or propose a change]"
labels: 'question/discussion'
assignees: ''
---
**Question**
Describe your question.
**Discussion**
Discuss a topic.

View file

@ -1,8 +1,8 @@
---
name: "⭐ Feature request"
about: Suggest an idea for this project
title: "[Describe Your Feature]"
labels: ''
about: Suggest a new idea or a feature enhacement
title: "[Describe Your Feature]"
labels: 'enhancement'
assignees: ''
---