diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..c9107c1ec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Question + url: https://stackoverflow.com + about: If you have a question ask it there! All questions on GitHub will be deleted! diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 52a972db5..000000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Question -about: The issue tracker is not for questions. Please ask your question on StackOverflow. -title: '' -labels: '' -assignees: '' ---- - -__THE ISSUE TRACKER IS NOT FOR QUESTIONS.__ -__DO NOT CREATE A NEW ISSUE TO ASK A QUESTION.__ - -Please use [StackOverflow][1] to ask your question. If the question is theme-related, you may also use the [official Gitter channel][2]. Issues that -only contain questions will be deleted. - - [1]: https://stackoverflow.com - [2]: https://gitter.im/squidfunk/mkdocs-material