From a71b095c1d8a94251323959e7f3fa1f4bc78e2bf Mon Sep 17 00:00:00 2001 From: Lonami Date: Thu, 16 May 2019 17:16:28 +0200 Subject: [PATCH] Add RTFM issue template --- .github/ISSUE_TEMPLATE/bug-report.md | 4 ---- .../ISSUE_TEMPLATE/question-about-usage.md | 20 +++++++++++++++++++ 2 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/question-about-usage.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 8e8c9377..dc7a26c2 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -7,10 +7,6 @@ assignees: '' --- -QUESTIONS ARE NOT BUGS AND DON'T BELONG HERE. - -If you have a question, ask in https://stackoverflow.com or find the link for the Telegram group in the description of https://t.me/TelethonUpdates. - **Checklist** * [ ] The error is in the library's code, and not in my own. * [ ] I have searched for this issue before posting it and there isn't a duplicate. diff --git a/.github/ISSUE_TEMPLATE/question-about-usage.md b/.github/ISSUE_TEMPLATE/question-about-usage.md new file mode 100644 index 00000000..e357fb81 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question-about-usage.md @@ -0,0 +1,20 @@ +--- +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.