Add required validation for validations field

Added required validation for the 'validations' field in the bug report template.
This commit is contained in:
Sudip Parajuli 2026-03-23 12:13:26 +05:45 committed by GitHub
parent 7a3a2a6744
commit 23786904b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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