summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/improvement_suggestion.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/improvement_suggestion.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/improvement_suggestion.yml36
1 files changed, 36 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/improvement_suggestion.yml b/.github/ISSUE_TEMPLATE/improvement_suggestion.yml
new file mode 100644
index 00000000..bf8aaeb4
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/improvement_suggestion.yml
@@ -0,0 +1,36 @@
+---
+name: 💪 Improvement suggestion
+description: Share how you think Continue could be better
+labels: [enhancement]
+body:
+ - type: markdown
+ attributes:
+ value: |
+ Thanks for taking the time to share your perspective! We are keen to hear how you think Continue could work better for you
+ ---
+ - type: checkboxes
+ id: checkboxes
+ attributes:
+ label: Validations
+ description: Before submitting your suggested improvement
+ options:
+ - label: I believe this is a way to improve. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
+ required: false
+ - label: I'm not able to find an [open issue](https://github.com/continuedev/continue/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement) that requests the same enhancement
+ required: false
+ - type: textarea
+ attributes:
+ label: Problem
+ description: Please describe the problem you are aiming to solve with this suggested improvement. If applicable, add a screenshot, gif, or video to better convey your idea.
+ placeholder: |
+ Short description
+ validations:
+ required: false
+ - type: textarea
+ attributes:
+ label: Solution
+ description: Please describe what you might want to happen to address this issue. If applicable, add a screenshot, gif, or video to better convey your idea.
+ placeholder: |
+ Short description
+ validations:
+ required: false