diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index d7a1a3ed9..9a5308e22 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 or Enhancement Request ✨ + url: https://github.com/cake-tech/cake_wallet/discussions/new?category=feature-requests + about: Suggest an idea for Cake Wallet - name: Not sure where to start? url: https://guides.cakewallet.com about: Start by reading checking out the guides! - name: Need help? url: https://cakewallet.com/#contact - about: Use our live chat or send a support email! \ No newline at end of file + about: Use our live chat or send a support email! diff --git a/.github/ISSUE_TEMPLATE/feature-or-enhancement-request.md b/.github/ISSUE_TEMPLATE/feature-or-enhancement-request.md deleted file mode 100644 index 20bf2d53f..000000000 --- a/.github/ISSUE_TEMPLATE/feature-or-enhancement-request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature or Enhancement Request ✨ -about: Suggest an idea for Cake Wallet -title: '' -labels: Enhancement -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**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.