docs: updated issue template

This commit is contained in:
Daniel 2023-03-13 23:26:30 +01:00 committed by GitHub
parent ecff23f9f2
commit ebe8e1e045
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 96 additions and 57 deletions

View file

@ -1,18 +0,0 @@
---
name: "✨ Request new project"
about: Do you have a tool that is not yet listed and want it to be listed in the repo?
title: "[REQUEST] "
labels: request
assignees: TomRomeo, darmiel
---
### Project Website
< Link to the project (e.g. GitHub) >
### Project Description
< Short description of the project >
<!-- Thank you so much for your help to make this list even better! 💖 -->

View file

@ -0,0 +1,30 @@
name: "✨ Request new project"
description: >
Do you have a tool that is not yet listed and want it to be listed in the repo?
title: "[REQEUST] <project>"
labels: request
assignees: TomRomeo, darmiel
body:
- type: markdown
attributes:
value: "> Thank you so much for your help to make this list even better! 💖"
- type: input
id: project-website
attributes:
label: Project Website
description: Link to the project (e.g. GitHub)
placeholder: ex. https://github.com/awesome-jellyfin/awesome-jellyfin
validations:
required: true
- type: textarea
id: project-description
attributes:
label: Project Description
description: Short description of the project
validations:
required: true

View file

@ -1,19 +0,0 @@
---
name: "\U0001F50D Report a mistake (e. g. Spelling, Grammar, ...)"
about: Did you find an error in the list?
title: "[BUG] "
labels: bug
assignees: TomRomeo, darmiel
---
### What's the problem?
< Briefly describe the error / suggest changes >
### Where's the problem?
> Please enter the Line Number of the problem to make it easier for us to find the problem.
> You can find the line numbers [here](https://github.com/awesome-jellyfin/awesome-jellyfin/blob/main/README.md?plain=1). You can click on the line numbers to get the URL for the clicked line.
<!-- Thank you so much for your help to make this list even better! 💖 -->

View file

@ -0,0 +1,36 @@
name: "\U0001F50D 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
attributes:
value: "> Thank you so much for your help to make this list even better! 💖"
- type: textarea
id: what-problem
attributes:
label: "What's the problem?"
description: Briefly describe the error / suggest changes
placeholder: "wrote 'Jelyfin' instead of 'Jellyfin'"
validations:
required: true
- type: input
id: where-problem
attributes:
label: "Where's the problem?"
description: Line Number of the problem
placeholder: "ex. https://github.com/awesome-jellyfin/awesome-jellyfin/blob/main/README.md?plain=1#L20"
validations:
required: true
- type: markdown
attributes:
value: |
> Please enter the Line Number of the problem to make it easier for us to find the problem.
> You can find the line numbers [here](https://github.com/awesome-jellyfin/awesome-jellyfin/blob/main/README.md?plain=1). You can click on the line numbers to get the URL for the clicked line.

View file

@ -0,0 +1,30 @@
name: "\U0001F6A9 Report a project (e. g. Inactive, Broken, Harmful, ...)"
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>"
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
attributes:
label: Affected Project
description: Which project should be removed?
validations:
required: true
- type: textarea
id: reason-for-removal
attributes:
label: Reason for removal
description: Why should this project be removed?
validations:
required: true

View file

@ -1,20 +0,0 @@
---
name: "\U0001F6A9 Report a project (e. g. Inactive, Broken, Harmful, ...)"
about: Did you find a project, which shouldn't be on the list anymore because it's
broken, harmful, ...? Are you a maintainer of one of the listed projects and want
it removed?
title: "[REMOVAL] "
labels: removal
assignees: TomRomeo, darmiel
---
### Affected project
< Which project should be removed? >
### Reason for removal
< Why should this project be removed? >
<!-- Thank you so much for your help to make this list even better! 💖 -->