From bb7b78bf3305e7f7c4597d2e2c789b4117c7851c Mon Sep 17 00:00:00 2001 From: Alireza Date: Mon, 27 Sep 2021 08:20:38 -0400 Subject: [PATCH] chore(github): Create config.yml for issues (#2561) * chore(github): Create config.yml for issues * Delete ---support-question.md --- .github/ISSUE_TEMPLATE/---support-question.md | 18 ------------------ .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 2 files changed, 5 insertions(+), 18 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/---support-question.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/---support-question.md b/.github/ISSUE_TEMPLATE/---support-question.md deleted file mode 100644 index d38ce507830..00000000000 --- a/.github/ISSUE_TEMPLATE/---support-question.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: "\U0001F917 Support Question" -about: "I have a question \U0001F4AC" -title: '' -labels: 'Community: Question :question:, Triage :white_flag:' -assignees: '' ---- - -> :hand: We are a small team with limited resources. Your question is much more -> likely to be answered if it is -> [a good question](https://stackoverflow.com/help/how-to-ask) - -**Description** - -Questions can often be answered by our documentation. Unable to find an answer -in our docs? We'll try to help. In the meantime, if you answer your own -question, please respond with the answer here so that others may benefit as -well. Better yet, open a PR to expand our docs ^\_^ diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000000..bd22745d1b6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: 🤗 Support Question + url: https://community.ohif.org/ + about: Please use our forum if you have questions or need help.