Add required validation for validations field
Added required validation for the 'validations' field in the bug report template.
This commit is contained in:
parent
7a3a2a6744
commit
23786904b3
1 changed files with 3 additions and 1 deletions
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue