mirror of
https://github.com/iv-org/invidious.git
synced 2026-07-15 03:41:53 +00:00
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:
12
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
12
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user