File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Bug Report
1+ name : 🐛 Bug Report
22description : Found a bug? Report it here!
33title : " 🐛 Bug: "
44labels : ["bug"]
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 :
You can’t perform that action at this time.
0 commit comments