Skip to content

Commit c72e916

Browse files
author
CopilotKit
authored
chore(repo): add bug report template
1 parent e43c21d commit c72e916

2 files changed

Lines changed: 84 additions & 64 deletions

File tree

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
name: Bug Report
2+
description: Found a bug? Report it here!
3+
title: "🐛 Bug: "
4+
labels: ["bug"]
5+
assignees: []
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thank you for taking the time to fill out this bug report. Please choose a short and descriptive title for your issue.
11+
12+
- type: textarea
13+
id: reproduction
14+
attributes:
15+
label: ♻️ Reproduction Steps
16+
description: Explain how to reproduce the the bug
17+
placeholder: |
18+
e.g. "I implemented CopilotKit in a fresh Next.js application, clicked on X, and then Y happened."
19+
validations:
20+
required: true
21+
22+
- type: textarea
23+
id: expected-behavior
24+
attributes:
25+
label: 👀 Expected Behavior
26+
description: Tell us what you expected to happen.
27+
placeholder: |
28+
e.g. "When clicking the Copilot chat button, I expected X..."
29+
validations:
30+
required: true
31+
32+
33+
- type: textarea
34+
id: actual-behavior
35+
attributes:
36+
label: 🙊 Actual Behavior
37+
description: Tell us what actually happened.
38+
placeholder: |
39+
e.g. "An error appeared in the console, and nothing happened."
40+
validations:
41+
required: true
42+
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+
54+
- type: checkboxes
55+
id: checkboxes
56+
attributes:
57+
label: Please tick the relevant options
58+
options:
59+
- label: I am using Copilot Cloud
60+
required: false
61+
62+
- type: textarea
63+
id: logs
64+
attributes:
65+
label: 📄 Logs (Optional)
66+
description: |
67+
Please provide any logs or error messages that may be useful.
68+
- For Copilot Runtime, please provide any errors in the terminal.
69+
- For CopilotKit on the browser, please provide any errors that appear in the browser's developer tools.
70+
placeholder: |
71+
This is optional.
72+
render: shell
73+
validations:
74+
required: false
75+
76+
- type: textarea
77+
id: additional-information
78+
attributes:
79+
label: 💡 Additional Information (Optional)
80+
description: Please provide as much information as possible, such as your operating system, browser, etcetera.
81+
placeholder: |
82+
This is optional.
83+
validations:
84+
required: false

.github/ISSUE_TEMPLATE/1-test-template.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)