Skip to content

chore: update issue templates #227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/001-request-new-theme.yaml
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down