mirror of
https://github.com/awesome-jellyfin/awesome-jellyfin.git
synced 2026-03-09 03:33:12 -05:00
39 lines
1.6 KiB
YAML
39 lines
1.6 KiB
YAML
name: "🚩 Report a mistake (e. g. Spelling, Grammar, ...)"
|
|
description: >
|
|
Did you find an error in the list?
|
|
|
|
labels:
|
|
- bug
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
> [!NOTE]
|
|
> If you are familiar with GitHub and know [how to create a Pull Request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request), **please consider submitting your suggestion directly as a PR** instead of opening an issue. Pull Requests are usually reviewed and processed faster. Issues are mainly intended for users who are unsure how to contribute via PR.
|
|
|
|
**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. |