From 23786904b3294c76149f224fefb00d48c176b4c7 Mon Sep 17 00:00:00 2001 From: Sudip Parajuli <84361080+sudipnext@users.noreply.github.com> Date: Mon, 23 Mar 2026 12:13:26 +0545 Subject: [PATCH] Add required validation for validations field Added required validation for the 'validations' field in the bug report template. --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4917e0a0..46de214c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -92,6 +92,8 @@ body: - Docker - Local Development - API Only + validations: + required: true - type: dropdown id: llm_provider @@ -105,7 +107,7 @@ body: - Ollama - Custom OpenAI-compatible API - Not relevant - + - type: textarea id: logs attributes: