mirror of
https://github.com/awesome-jellyfin/awesome-jellyfin.git
synced 2026-04-29 14:08:13 -05:00
chore: update issue templates (#227)
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
name: "✨ Request new project"
|
||||
name: "✨ Add a new Plugin / Tool"
|
||||
description: >
|
||||
Do you have a tool that is not yet listed and want it to be listed in the repo?
|
||||
|
||||
title: "[REQUEST] <project>"
|
||||
title: "Add Project <project>"
|
||||
labels: request
|
||||
assignees: TomRomeo, darmiel
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
@@ -27,7 +26,3 @@ body:
|
||||
description: Short description of the project
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "> **Note**: If you suggest a theme, please include screenshots / links to screenshots if possible."
|
||||
28
.github/ISSUE_TEMPLATE/001-request-new-theme.yaml
vendored
Normal file
28
.github/ISSUE_TEMPLATE/001-request-new-theme.yaml
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
name: "✨ Add a new Theme"
|
||||
description: >
|
||||
Do you have a fancy theme that is not listed yet?
|
||||
|
||||
title: "Add Theme <theme>"
|
||||
labels: theme
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "> Thank you so much for your help to make this list even better! 💖"
|
||||
|
||||
- type: input
|
||||
id: theme-website
|
||||
attributes:
|
||||
label: Theme Repository
|
||||
description: Link to the project (e.g. GitHub)
|
||||
placeholder: ex. https://github.com/awesome-jellyfin/awesome-jellyfin
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: theme-images
|
||||
attributes:
|
||||
label: Theme Preview
|
||||
description: Add some images of the theme
|
||||
validations:
|
||||
required: true
|
||||
@@ -2,9 +2,7 @@ name: "🚩 Report a mistake (e. g. Spelling, Grammar, ...)"
|
||||
description: >
|
||||
Did you find an error in the list?
|
||||
|
||||
title: "[BUG] "
|
||||
labels: bug
|
||||
assignees: TomRomeo, darmiel
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
@@ -3,17 +3,12 @@ description: >
|
||||
Did you find a project, which shouldn't be on the list anymore?
|
||||
Are you a maintainer of one of the listed projects and want it removed?
|
||||
|
||||
title: "[REMOVAL] <affected-project>"
|
||||
title: "Remove <project>"
|
||||
labels: removal
|
||||
assignees: TomRomeo, darmiel
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "> Thank you so much for your help to make this list even better! 💖"
|
||||
|
||||
- type: input
|
||||
id: affected-project
|
||||
id: project
|
||||
attributes:
|
||||
label: Affected Project
|
||||
description: Which project should be removed?
|
||||
Reference in New Issue
Block a user