mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Move new feature requests to discussions (#984)
## Description Update the issue templates to direct new feature requests to GitHub Discussions ### Related issues Closes #982
This commit is contained in:
parent
a7e86fbc15
commit
9d857bc59e
5 changed files with 18 additions and 24 deletions
|
|
@ -1,6 +1,4 @@
|
||||||
name: "Feature Request"
|
title: "<title>"
|
||||||
description: Request a new feature
|
|
||||||
title: "[FEA] - <title>"
|
|
||||||
labels: [
|
labels: [
|
||||||
"enhancement"
|
"enhancement"
|
||||||
]
|
]
|
||||||
7
.github/ISSUE_TEMPLATE/00-bug.yml
vendored
7
.github/ISSUE_TEMPLATE/00-bug.yml
vendored
|
|
@ -1,9 +1,10 @@
|
||||||
name: "Bug Report"
|
name: "Bug Report"
|
||||||
description: Report a bug
|
description: Report a bug
|
||||||
title: "[BUG] - <title>"
|
title: "<title>"
|
||||||
labels: [
|
labels: [
|
||||||
"bug"
|
"bug"
|
||||||
]
|
]
|
||||||
|
type: "Bug"
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
|
|
@ -28,7 +29,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: "App Version"
|
label: "App Version"
|
||||||
description: What version of the app?
|
description: What version of the app?
|
||||||
placeholder: "v0.3.0"
|
placeholder: "v0.5.1"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
|
|
@ -36,7 +37,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: "Server Version"
|
label: "Server Version"
|
||||||
description: What version of the server?
|
description: What version of the server?
|
||||||
placeholder: "10.11.3"
|
placeholder: "10.11.6"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
|
|
|
||||||
8
.github/ISSUE_TEMPLATE/01-playback.yml
vendored
8
.github/ISSUE_TEMPLATE/01-playback.yml
vendored
|
|
@ -1,9 +1,10 @@
|
||||||
name: "Playback Problem"
|
name: "Playback Problem"
|
||||||
description: Report an issue with playback
|
description: Report an issue with playback
|
||||||
title: "[BUG] - <title>"
|
title: "<title>"
|
||||||
labels: [
|
labels: [
|
||||||
"bug", "playback"
|
"bug", "playback"
|
||||||
]
|
]
|
||||||
|
type: "Bug"
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
|
|
@ -17,6 +18,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: "Media info"
|
label: "Media info"
|
||||||
description: Please enter details about what media you are trying to play (video or audio codecs, container, etc)
|
description: Please enter details about what media you are trying to play (video or audio codecs, container, etc)
|
||||||
|
placeholder: Use mediainfo or "Send media info to server" in the app to gather this
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
|
@ -35,7 +37,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: "App Version"
|
label: "App Version"
|
||||||
description: What version of the app?
|
description: What version of the app?
|
||||||
placeholder: "v0.3.0"
|
placeholder: "v0.5.1"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
|
|
@ -43,7 +45,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: "Server Version"
|
label: "Server Version"
|
||||||
description: What version of the server?
|
description: What version of the server?
|
||||||
placeholder: "10.11.3"
|
placeholder: "10.11.6"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
|
|
|
||||||
15
.github/ISSUE_TEMPLATE/03-question.yml
vendored
15
.github/ISSUE_TEMPLATE/03-question.yml
vendored
|
|
@ -1,15 +0,0 @@
|
||||||
name: "Question"
|
|
||||||
description: Ask a question
|
|
||||||
title: "[QST] - <title>"
|
|
||||||
labels: [
|
|
||||||
"question"
|
|
||||||
]
|
|
||||||
body:
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: "Question"
|
|
||||||
description: Please enter your question
|
|
||||||
placeholder: "How do I...?"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: New feature / UI suggestion
|
||||||
|
url: https://github.com/damontecres/Wholphin/discussions/new?category=ideas
|
||||||
|
about: Please request new features here
|
||||||
|
- name: Questions
|
||||||
|
url: https://github.com/damontecres/Wholphin/discussions/new?category=general
|
||||||
|
about: Please ask questions here
|
||||||
Loading…
Add table
Add a link
Reference in a new issue