Various enhancements and rewording to the issues/PRs templates (#5804)

* Various enhancements and rewording to the issues/PRs templates

* Remove the "explain how" from the checkboxes since the explanation is
below

* Make the checkbox valid markdown so that they don't appear as text next
to the rendered checked one

* Add comma to make the sentences flow better

* Consistency
This commit is contained in:
TheFrenchGhosty
2026-07-12 09:29:21 +02:00
committed by GitHub
parent 1111ea7294
commit 029a496578
4 changed files with 31 additions and 30 deletions

View File

@@ -9,13 +9,13 @@ body:
value: |
BEFORE TRYING TO REPORT A BUG:
* Read the FAQ: https://docs.invidious.io/faq/!
* Use the search function to check if there is already an issue open for your problem: https://github.com/search?q=repo%3Aiv-org%2Finvidious+replace+me+with+your+bug&type=issues!
* Read the FAQ: https://docs.invidious.io/faq/
* Use the search function to check if there is already an issue open for your problem: https://github.com/search?q=repo%3Aiv-org%2Finvidious+replace+me+with+your+bug&type=issues
MAKE SURE TO FOLLOW THE TWO STEPS ABOVE BEFORE REPORTING A BUG. A BUG THAT ALREADY EXISTS WILL BE IMMEDIATELY CLOSED.
If you want to suggest a new feature please use "Feature request" instead
If you want to suggest an enhancement to an existing feature please use "Enhancement" instead
If you want to suggest a new feature, please use "Feature request" instead
If you want to suggest an enhancement to an existing feature, please use "Enhancement" instead
- type: textarea
id: describe-bug
attributes:
@@ -73,8 +73,8 @@ body:
label: AI usage
description: Did you use AI to help create this issue?
options:
- AI was not used to write this issue
- AI was used to fully write this issue
- AI was not used to create this issue
- AI was used to fully create this issue
- AI was used to partially create this issue (explain how)
validations:
required: true
@@ -82,8 +82,8 @@ body:
id: ai-models
attributes:
label: Model(s) used
description: If you used AI, list the EXACT model(s) used. Leave empty if you did not use AI.
placeholder: "e.g. Llama 3.1, Mistral, Qwen 2.5, DeepSeek-R1"
description: If you used AI, list the EXACT model(s) used (and thinking/reasoning level if relevant). Leave empty if you did not use AI.
placeholder: "e.g. GLM-5.2, MiniMax-M3, DeepSeek V4 Pro, Kimi K2.7 Code..."
validations:
required: false
- type: input
@@ -91,7 +91,7 @@ body:
attributes:
label: Tool(s) used
description: If you used AI, list the tool(s) used to interact with it. Leave empty if you did not use AI.
placeholder: "e.g. Ollama, Open WebUI, Continue"
placeholder: "e.g. OpenCode, OpenChamber, Cline, Pi, Open WebUI..."
validations:
required: false
- type: textarea