Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 3dd20db

Browse files
authored
Update bug_report.yml
1 parent c011181 commit 3dd20db

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,14 @@ body:
2929
attributes:
3030
label: "Operating System"
3131
description: "Select the operating system where the issue occurred."
32-
placeholder: "e.g., Windows, macOS, Linux"
32+
options:
33+
- Microsoft Windows (Intel)
34+
- Microsoft Windows (Arm)
35+
- MacOS (Arm)
36+
- MacOS (Intel)
37+
- Linux (Arm)
38+
- Linux (Intel)
39+
- Other
3340
validations:
3441
required: true
3542

@@ -58,8 +65,10 @@ body:
5865
description: "Select the provider used."
5966
options:
6067
- Anthropic
61-
- OpenRouter
68+
- OpenAI
6269
- GitHub Copilot
70+
- vLLM
71+
- Ollama
6372
- Other
6473
validations:
6574
required: true

0 commit comments

Comments
 (0)