diff options
author | LangLangBart <92653266+LangLangBart@users.noreply.github.com> | 2023-09-26 13:09:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-26 05:09:38 -0600 |
commit | fa7f2cbdeb6013ec4bb081cb85988817f54d070c (patch) | |
tree | f3ab78b179dc342fd016cdb2d150797fc0467368 /.github/ISSUE_TEMPLATE/improvement_suggestion.yml | |
parent | dfe535b22aaefd510a6d511ed355e26fff22b61e (diff) | |
download | sncontinue-fa7f2cbdeb6013ec4bb081cb85988817f54d070c.tar.gz sncontinue-fa7f2cbdeb6013ec4bb081cb85988817f54d070c.tar.bz2 sncontinue-fa7f2cbdeb6013ec4bb081cb85988817f54d070c.zip |
feat: convert issue templates to issue form templates (#507)
* feat: convert issue templates to issue form templates
* update
* fix: add missing parenthesis
* adjusting words 🎵
* adjusting words again 🎵
---------
Co-authored-by: Ty Dunn <ty@tydunn.com>
Diffstat (limited to '.github/ISSUE_TEMPLATE/improvement_suggestion.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/improvement_suggestion.yml | 36 |
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 |