mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-21 17:06:36 +03:00
Improve question templates with contact links
This commit is contained in:
parent
a2fc7dca79
commit
02bdf7d27c
7
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
7
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -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
|
20
.github/ISSUE_TEMPLATE/question-about-usage.md
vendored
20
.github/ISSUE_TEMPLATE/question-about-usage.md
vendored
|
@ -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.
|
Loading…
Reference in New Issue
Block a user