Skip to content

Commit 237f946

Browse files
committed
docs: update issue template
1 parent d8d20f3 commit 237f946

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,19 @@ body:
5858

5959
- type: markdown
6060
attributes:
61-
value: "## Desktop (please complete the following information):"
61+
value: "## LLM in use (please complete if the issue happens while chatting with a specific model)"
6262
- type: input
63-
id: desktop-os
63+
id: model-in-use
6464
attributes:
65-
label: "Desktop OS"
66-
description: "Your desktop operating system."
67-
placeholder: "e.g., Windows 10"
65+
label: "LLM Model ID"
66+
description: "Which language model are you using when the issue occured? (if)"
67+
placeholder: "e.g., Llama-3-8B-Instruct-q4f32_1-MLC"
6868
validations:
6969
required: false
70+
71+
- type: markdown
72+
attributes:
73+
value: "## Desktop (please complete the following information):"
7074
- type: input
7175
id: desktop-browser
7276
attributes:
@@ -87,14 +91,6 @@ body:
8791
- type: markdown
8892
attributes:
8993
value: "## Smartphone (please complete the following information):"
90-
- type: input
91-
id: smartphone-device
92-
attributes:
93-
label: "Smartphone Device"
94-
description: "Your smartphone device."
95-
placeholder: "e.g., iPhone X"
96-
validations:
97-
required: false
9894
- type: input
9995
id: smartphone-os
10096
attributes:

0 commit comments

Comments
 (0)