mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
ci: fix order of question on issue template
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 11s
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 11s
This commit is contained in:
parent
e5e49f5c49
commit
7d26c1ab6b
2 changed files with 2 additions and 2 deletions
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -28,8 +28,8 @@ body:
|
||||||
label: Are you a ML Ops Team?
|
label: Are you a ML Ops Team?
|
||||||
description: This helps us prioritize your requests correctly
|
description: This helps us prioritize your requests correctly
|
||||||
options:
|
options:
|
||||||
- "Yes"
|
|
||||||
- "No"
|
- "No"
|
||||||
|
- "Yes"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -28,8 +28,8 @@ body:
|
||||||
label: Are you a ML Ops Team?
|
label: Are you a ML Ops Team?
|
||||||
description: This helps us prioritize your requests correctly
|
description: This helps us prioritize your requests correctly
|
||||||
options:
|
options:
|
||||||
- "Yes"
|
|
||||||
- "No"
|
- "No"
|
||||||
|
- "Yes"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue