mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update IssueTemplate
This commit is contained in:
parent
148ffd9c47
commit
8e38891c8b
4 changed files with 22 additions and 8 deletions
6
.github/ISSUE_TEMPLATE/bug-report.md
vendored
6
.github/ISSUE_TEMPLATE/bug-report.md
vendored
|
|
@ -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: ''
|
||||
|
||||
---
|
||||
|
|
|
|||
4
.github/ISSUE_TEMPLATE/code-review.md
vendored
4
.github/ISSUE_TEMPLATE/code-review.md
vendored
|
|
@ -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
14
.github/ISSUE_TEMPLATE/discussion.md
vendored
Normal 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.
|
||||
6
.github/ISSUE_TEMPLATE/feature-request.md
vendored
6
.github/ISSUE_TEMPLATE/feature-request.md
vendored
|
|
@ -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: ''
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in a new issue