From 02bdf7d27c0414d42b670ff37f2f233677426ad9 Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Tue, 21 Jan 2020 16:17:03 +0100 Subject: [PATCH] Improve question templates with contact links --- .github/ISSUE_TEMPLATE/config.yml | 7 +++++++ .../ISSUE_TEMPLATE/question-about-usage.md | 20 ------------------- 2 files changed, 7 insertions(+), 20 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/question-about-usage.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..3428bb10 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,7 @@ +contact_links: + - name: Ask questions in StackOverflow + url: https://stackoverflow.com/questions/ask?tags=telethon + about: Questions are not bugs. Please ask them in StackOverflow instead. Questions in the bug tracker will be closed + - name: Find about updates and our Telegram groups + url: https://t.me/s/TelethonUpdates + about: Be notified of updates, chat with other people about the library or ask questions in these groups diff --git a/.github/ISSUE_TEMPLATE/question-about-usage.md b/.github/ISSUE_TEMPLATE/question-about-usage.md deleted file mode 100644 index e357fb81..00000000 --- a/.github/ISSUE_TEMPLATE/question-about-usage.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Question about Usage -about: QUESTIONS DON'T BELONG HERE. Ask in StackOverflow or in @TelethonUpdates -title: '' -labels: RTFM -assignees: '' - ---- - -QUESTIONS ARE NEITHER BUGS NOR ENHANCEMENTS AND DON'T BELONG HERE. - -If you DO have a question, ask in: -* https://stackoverflow.com or -* https://t.me/TelethonUpdates (@TelethonUpdates channel in Telegram) - -If you do post a question, it will be labelled "RTFM" and closed as soon as possible without any answer. - -If you DON'T have a question, use the right template for bugs/issues with the library or to propose an improvement/enhancement to either the code or documentation. - -We are not being harsh. Only clear. The issues section is not for questions, and people keep asking things over and over, which is a waste of everyone's time.