chore: update issue templates (#227)

This commit is contained in:
Daniel
2025-04-07 11:13:58 +02:00
committed by GitHub
parent 337936731a
commit 1be9dbf0b1
4 changed files with 32 additions and 16 deletions

View File

@@ -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."

View 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

View File

@@ -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

View File

@@ -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?