mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
Add feature request template
[skip ci]
This commit is contained in:
parent
fa850aa4c3
commit
097b4a9e78
3 changed files with 21 additions and 4 deletions
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -2,7 +2,7 @@
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
about: Please do not use bug reports for support issues.
|
about: Please do not use bug reports for support issues.
|
||||||
title: ''
|
title: ''
|
||||||
labels: 'status:awaiting-triage'
|
labels: 'status:awaiting-triage, type:bug'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
3
.github/ISSUE_TEMPLATE/config.yml
vendored
3
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -6,6 +6,3 @@ contact_links:
|
||||||
- name: Discord
|
- name: Discord
|
||||||
url: https://tautulli.com/discord
|
url: https://tautulli.com/discord
|
||||||
about: Please use Discord to ask for support.
|
about: Please use Discord to ask for support.
|
||||||
- name: FeatHub
|
|
||||||
url: https://feathub.com/Tautulli/Tautulli
|
|
||||||
about: Please use FeatHub for feature requests
|
|
||||||
|
|
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
---
|
||||||
|
name: Feature Request
|
||||||
|
about: Suggest a new feature for Tautulli.
|
||||||
|
title: ''
|
||||||
|
labels: 'status:awaiting-triage, type:enhancement'
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Is your feature request related to a problem? Please describe.**
|
||||||
|
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||||
|
|
||||||
|
**Describe the solution you'd like**
|
||||||
|
A clear and concise description of what you want to happen.
|
||||||
|
|
||||||
|
**Describe alternatives you've considered**
|
||||||
|
A clear and concise description of any alternative solutions or features you've considered.
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context or screenshots about the feature request here.
|
Loading…
Add table
Add a link
Reference in a new issue