From 650b1580470f199c4528092835d4a300b81ff699 Mon Sep 17 00:00:00 2001 From: Kalan <51868853+kalanchan@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:11:06 -0700 Subject: [PATCH] Move all feedback to community forum (#5923) The feedback tickets on github is an extra entry point for us to filter through and triage. I propose we update the template and funnel all feedback to community for our team to bring forward instead. This way our users will have our full attention and will not feel like we have not actioned on any of the feedback. ## Test plan N/A ## Changelog --- .github/ISSUE_TEMPLATE/feedback.md | 12 ++++++ .github/ISSUE_TEMPLATE/feedback.yml | 59 ----------------------------- 2 files changed, 12 insertions(+), 59 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feedback.md delete mode 100644 .github/ISSUE_TEMPLATE/feedback.yml diff --git a/.github/ISSUE_TEMPLATE/feedback.md b/.github/ISSUE_TEMPLATE/feedback.md new file mode 100644 index 000000000000..498fd93cfd25 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feedback.md @@ -0,0 +1,12 @@ +--- +name: '❌ Do not submit feedback or feature requests here' +about: 'We are *not* accepting feedback or feature requests through GitHub issues, instead please submit feedback directly to the Community Forum.' +title: '' +labels: 'customer-feedback' +assignees: '' + +--- + +# We do not accept feedback or feature requests on GitHub + +Instead, please post your requests to the [Community Forum](https://community.sourcegraph.com/new-topic?title=&body=&category=cody&tags=feedback,vs-code). diff --git a/.github/ISSUE_TEMPLATE/feedback.yml b/.github/ISSUE_TEMPLATE/feedback.yml deleted file mode 100644 index 7791476b3a3c..000000000000 --- a/.github/ISSUE_TEMPLATE/feedback.yml +++ /dev/null @@ -1,59 +0,0 @@ -name: Submit Feedback (VS Code) -description: Suggest an improvement for Cody -title: 'feedback: ' -labels: - - clients/vscode - - feedback -projects: - - sourcegraph/387 -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this form! Please submit any suggestions or feedback on how we can improve Cody for VS Code. - - type: input - attributes: - label: Version - description: Please specify the exact VS Code extension version you're reporting for. - validations: - required: true - - type: checkboxes - attributes: - label: Areas for Improvement - description: Please choose all areas of the improvement this feedback affects - options: - - label: UI/UX - - label: Onboarding - - label: Docs - - label: Chat - - label: Commands - - label: Context - - label: Response Quality - - label: Other - - type: textarea - attributes: - label: What needs to be improved? Please describe how this affects the user experience and include a screenshot. - description: A clear and concise description of what is wrong or needs improvement. - validations: - required: true - - type: textarea - attributes: - label: Describe the solution you'd like to see - description: A clear and concise description of what you would like the solution to look like. - validations: - required: true - - type: textarea - attributes: - label: Describe any alternatives that could be considered - description: A clear and concise description of alternative solutions that could also address the issue. - validations: - required: false - - type: textarea - attributes: - label: Additional context - description: | - Please add any links, or references that can give us more context on the feedback! - - Tip: You can attach images by dragging it into the text box. - validations: - required: false