From 7c1572d9af4ddab8bdbc27ff3051014564c068ce Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty Date: Sun, 12 Jul 2026 09:06:46 +0200 Subject: [PATCH] Various enhancements and rewording to the issues/PRs templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 14 +++++++------- .github/ISSUE_TEMPLATE/enhancement.yml | 12 ++++++------ .github/ISSUE_TEMPLATE/feature_request.yml | 12 ++++++------ .github/PULL_REQUEST_TEMPLATE.md | 13 +++++++------ 4 files changed, 26 insertions(+), 25 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8ed18d499..09ca884b3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -9,8 +9,8 @@ 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. @@ -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 diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index 10b4faa57..9fd97b66c 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -9,7 +9,7 @@ body: 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 report a bug, please use "Bug report" instead + If you want to report a bug please use "Bug report" instead - type: textarea id: problem attributes: @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 03e156d5a..f96a369ca 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -9,7 +9,7 @@ body: 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 report a bug, please use "Bug report" instead + If you want to report a bug please use "Bug report" instead - type: textarea id: problem attributes: @@ -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 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4ed4fd520..e709b075c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,20 +7,21 @@ -- [] AI was not used to write this pull request -- [] AI was used to fully write this pull request +- [] 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 (explain how) - + -**Model(s) used:** - +**Model(s) used (and thinking/reasoning level if relevant):** + **Tool(s) used:** - + **How was AI used?** +--- ## Pull request description