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

View File

@@ -8,7 +8,7 @@ body:
attributes:
value: |
Please use the search function to check if the desired function has already been requested by someone else
If you want to suggest a new feature please use "Feature request" instead
If you want to suggest a new feature, please use "Feature request" instead
If you want to report a bug, please use "Bug report" instead
- type: textarea
id: problem
@@ -51,8 +51,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
@@ -60,8 +60,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
@@ -69,7 +69,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

View File

@@ -8,7 +8,7 @@ body:
attributes:
value: |
Please use the search function to check if the desired function has already been requested by someone else
If you want to suggest an enhancement to an existing feature please use "Enhancement" instead
If you want to suggest an enhancement to an existing feature, please use "Enhancement" instead
If you want to report a bug, please use "Bug report" instead
- type: textarea
id: problem
@@ -51,8 +51,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
@@ -60,8 +60,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
@@ -69,7 +69,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

View File

@@ -1,26 +1,27 @@
## Checklist
- [] I have read the [AI Policy](https://github.com/iv-org/invidious/blob/master/AI_POLICY.md) and understand the disclosure requirements
- [ ] I have read the [AI Policy](https://github.com/iv-org/invidious/blob/master/AI_POLICY.md) and understand the disclosure requirements
## AI Disclosure
<!-- Tick exactly one -->
- [] AI was not used to write this pull request
- [] AI was used to fully write this pull request
- [] AI was used to partially create this pull request (explain how)
- [ ] AI was not used to create this pull request
- [ ] AI was used to fully create this pull request
- [ ] AI was used to partially create this pull request
<!-- Leave this whole section blank if you didn't use AI -->
<!-- Leave the following section blank if you didn't use AI -->
**Model(s) used:**
<!-- e.g. Llama 3.1, Mistral, Qwen 2.5, DeepSeek-R1 -->
**Model(s) used (and thinking/reasoning level if relevant):**
<!-- e.g. GLM-5.2, MiniMax-M3, DeepSeek V4 Pro, Kimi K2.7 Code... -->
**Tool(s) used:**
<!-- e.g. Ollama, Open WebUI, Continue -->
<!-- e.g. OpenCode, OpenChamber, Cline, Pi, Open WebUI... -->
**How was AI used?**
<!-- If you selected "AI was used to partially create this pull request (explain how)" above, explain how AI was used here. Leave empty otherwise. -->
<!-- If you selected "AI was used to partially create this pull request" above, explain how AI was used here. Leave empty otherwise. -->
---
## Pull request description