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

@@ -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