chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,81 @@
|
||||
name: 🐛 Bug Report
|
||||
description: Found a bug? Report it here!
|
||||
title: "🐛 Bug: "
|
||||
labels: ["bug"]
|
||||
assignees: []
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thank you for taking the time to fill out this bug report. Please choose a short and descriptive title for your issue.
|
||||
|
||||
- type: textarea
|
||||
id: reproduction
|
||||
attributes:
|
||||
label: ♻️ Reproduction Steps
|
||||
description: Explain how to reproduce the bug
|
||||
value: |
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
...
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: expected-behavior
|
||||
attributes:
|
||||
label: ✅ Expected Behavior
|
||||
description: |
|
||||
Tell us what you expected to happen.
|
||||
If relevant, please include screenshots as well.
|
||||
placeholder: |
|
||||
e.g. "When clicking the Copilot chat button, I expected X..."
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: actual-behavior
|
||||
attributes:
|
||||
label: ❌ Actual Behavior
|
||||
description: |
|
||||
Tell us what actually happened.
|
||||
If relevant, please include screenshots as well.
|
||||
placeholder: |
|
||||
e.g. "An error appeared in the console, and nothing happened."
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Screenshots
|
||||
description: If applicable, add screenshots to help explain your problem.
|
||||
|
||||
- type: textarea
|
||||
id: version
|
||||
attributes:
|
||||
label: 𝌚 CopilotKit Version
|
||||
description: |
|
||||
Please run the following command in your project and paste the output below:
|
||||
```bash
|
||||
npm ls | grep "@copilotkit"
|
||||
```
|
||||
placeholder: |
|
||||
Run `npm ls | grep "@copilotkit"` and paste the output here.
|
||||
render: shell
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: 📄 Logs (Optional)
|
||||
description: |
|
||||
Please provide any logs or error messages that may be useful.
|
||||
- For Copilot Runtime, please provide any errors in the terminal.
|
||||
- For CopilotKit on the browser, please provide any errors that appear in the browser's developer tools.
|
||||
placeholder: |
|
||||
This is optional.
|
||||
render: shell
|
||||
validations:
|
||||
required: false
|
||||
@@ -0,0 +1,55 @@
|
||||
name: 🚀 Feature Request
|
||||
description: Have an idea for enhancements or features? Let us know!
|
||||
title: "🚀 Feature Request: "
|
||||
labels: ["feature request"]
|
||||
assignees: []
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to suggest a feature!
|
||||
|
||||
> **Before you file:** Search existing issues to avoid duplicates.
|
||||
|
||||
- type: checkboxes
|
||||
id: preflight
|
||||
attributes:
|
||||
label: Pre-flight Checklist
|
||||
options:
|
||||
- label: I have searched existing issues, and this hasn't been requested yet.
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: problem
|
||||
attributes:
|
||||
label: Problem or Motivation
|
||||
description: What problem does this feature solve? Why is it needed?
|
||||
placeholder: "I'm always frustrated when..."
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: 🎤 Tell us your idea
|
||||
description: |
|
||||
We want to make it as easy as possible for you to suggest enhancements or features. Please use the textareas below to describe your idea. Some high-level guidelines:
|
||||
- What is your idea?
|
||||
- Do you have any use case(s) in mind?
|
||||
- Who would find this useful?
|
||||
placeholder: |
|
||||
Type your idea here...
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: checkboxes
|
||||
id: contribution
|
||||
attributes:
|
||||
label: Would you like to work on this?
|
||||
description: We welcome contributions! Let us know if you’d like to help implement this feature.
|
||||
options:
|
||||
- label: Yes, I’d love to work on it!
|
||||
- label: I’m open to collaborating but need guidance.
|
||||
- label: No, I’m just sharing the idea.
|
||||
validations:
|
||||
required: false
|
||||
@@ -0,0 +1,21 @@
|
||||
name: 📚 Documentation Issue
|
||||
description: Let us know how we can improve the documentation.
|
||||
title: "📚 Documentation: "
|
||||
labels: ["documentation"]
|
||||
assignees: []
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
We appreciate you taking the time to help us make our documentation better!
|
||||
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: 💬 Let us know how we can improve our documentation.
|
||||
description: |
|
||||
If you are referring to an existing page in the documentation, please provide a link.
|
||||
placeholder: |
|
||||
Type your idea here...
|
||||
validations:
|
||||
required: true
|
||||
@@ -0,0 +1,8 @@
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: Read the Documentation
|
||||
url: https://docs.copilot.ai
|
||||
about: Read the documentation to get started.
|
||||
- name: Join our Discord
|
||||
url: https://discord.com/invite/6dffbvGU3D
|
||||
about: Join the Discord server to ask questions and get help.
|
||||
@@ -0,0 +1 @@
|
||||
Please describe your issue in as much detail as possible
|
||||
Reference in New Issue
Block a user