Update issue templates
This commit is contained in:
parent
0de80c2ff0
commit
b33706006a
5 changed files with 50 additions and 0 deletions
10
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a bug report
|
||||||
|
title: ''
|
||||||
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
10
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
title: ''
|
||||||
|
labels: feature request
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
- [ ] I have read this document: https://miniflux.app/opinionated.html#feature-request
|
10
.github/ISSUE_TEMPLATE/improvement.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/improvement.md
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
name: Improvement
|
||||||
|
about: Do you have an idea to improve an existing feature?
|
||||||
|
title: ''
|
||||||
|
labels: improvements
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
10
.github/ISSUE_TEMPLATE/installation-issue.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/installation-issue.md
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
name: Installation Issue
|
||||||
|
about: Do you need help to install Miniflux?
|
||||||
|
title: ''
|
||||||
|
labels: installation issue
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
10
.github/ISSUE_TEMPLATE/question---discussion.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/question---discussion.md
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
name: Question / Discussion
|
||||||
|
about: Open discussions
|
||||||
|
title: ''
|
||||||
|
labels: question / discussion
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue