From ae290a395a062dade35d9bf3ae169f985d64c2db Mon Sep 17 00:00:00 2001 From: Sebastian Rindom Date: Mon, 12 Dec 2022 13:20:16 +0100 Subject: [PATCH] chore: move to GitHub Discussions for feature requests (#2765) --- .github/ISSUE_TEMPLATE/config.yml | 5 +++- .github/ISSUE_TEMPLATE/feature_request.md | 29 ----------------------- 2 files changed, 4 insertions(+), 30 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index d841939673..46d6c90ddf 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,11 @@ blank_issues_enabled: false contact_links: + - name: Feature Request + url: https://github.com/medusajs/medusa/discussions/categories/feature-requests + about: Use GitHub Discussions to open a feature request. - name: Ask a question url: https://discord.gg/medusajs about: Join our community to ask questions and participate in discussions - name: Want to work with us? url: mailto:hello@medusajs.com?subject=[GitHub]%20Working%20with%20Medusa - about: Interested in working with Medusa? Get in touch! \ No newline at end of file + about: Interested in working with Medusa? Get in touch! diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index e5c8042f2d..0000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: 'type: feature or enhancement' -assignees: '' - ---- - - - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here.