From 94a002ce743fab3aac3da27aec43862a995203e6 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Sun, 27 Dec 2020 11:38:45 +0800 Subject: [PATCH] Add discussion link to issue selector (#1674) --- .github/ISSUE_TEMPLATE/ask-question.md | 16 ------------- .github/ISSUE_TEMPLATE/config.yml | 7 ++++-- .github/ISSUE_TEMPLATE/feature_request.md | 29 ----------------------- 3 files changed, 5 insertions(+), 47 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/ask-question.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/ask-question.md b/.github/ISSUE_TEMPLATE/ask-question.md deleted file mode 100644 index cfa681ceebf..00000000000 --- a/.github/ISSUE_TEMPLATE/ask-question.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Ask question -about: Ask for help or clarification -title: '' -labels: question -assignees: '' - ---- - - - - -#### Question - - -#### What I've tried (optional) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 67126951056..fa4a5c5c99f 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: true contact_links: - - name: Discord Server + - name: Ask question url: https://discord.gg/VQck8X4 - about: Looking for a quick answer? Ask your question here! + about: Looking for a quick answer? Ask the community! + - name: Feature proposal + url: https://github.com/yewstack/yew/discussions/categories/ideas + about: Start a discussion for a feature you would like to see diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 0c95c9b9fe2..00000000000 --- 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: feature -assignees: '' - ---- - - - -**Describe the feature you'd like** -A clear and concise description of what you want to happen. - -**Is your feature request related to a problem? Please describe.** _(Optional)_ -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe alternatives you've considered** _(Optional)_ -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** _(Optional)_ -Add any other context or screenshots about the feature request here. - -**Questionnaire** - - -- [ ] I'm interested in implementing this myself but don't know where to start -- [ ] I would like to add this feature -- [ ] I don't have time to add this right now, but maybe later