Skip to content

Commit 4e879fe

Browse files
author
CopilotKit
authored
chore(repo): update bug report template
1 parent 5288db2 commit 4e879fe

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

.github/ISSUE_TEMPLATE/1-bug-report.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Bug Report
1+
name: 🐛 Bug Report
22
description: Found a bug? Report it here!
33
title: "🐛 Bug: "
44
labels: ["bug"]
@@ -29,7 +29,6 @@ body:
2929
validations:
3030
required: true
3131

32-
3332
- type: textarea
3433
id: actual-behavior
3534
attributes:
@@ -40,25 +39,26 @@ body:
4039
validations:
4140
required: true
4241

43-
- type: dropdown
44-
id: version
45-
attributes:
46-
label: "#️⃣ Version"
47-
description: What version of CopilotKit are you using?
48-
options:
49-
- "Version 1.x (Default)"
50-
default: 0
51-
validations:
52-
required: true
53-
5442
- type: checkboxes
5543
id: checkboxes
5644
attributes:
57-
label: Please tick the relevant options
45+
label: "☑️ Please tick the relevant checkboxes:"
5846
options:
5947
- label: I am using Copilot Cloud
6048
required: false
6149

50+
- type: textarea
51+
id: version
52+
attributes:
53+
label: 💻 CopilotKit Versions
54+
description: |
55+
Please run the following command in your project and paste the output below: `npm ls | grep "@copilotkit"`
56+
placeholder: |
57+
Run `npm ls | grep "@copilotkit"` and paste the output here.
58+
render: shell
59+
validations:
60+
required: false
61+
6262
- type: textarea
6363
id: logs
6464
attributes:

0 commit comments

Comments
 (0)