mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-25 10:53:44 +03:00
Be more strict in the ISSUE_TEMPLATE
This commit is contained in:
parent
2a00bcaa12
commit
9ef40102eb
13
.github/ISSUE_TEMPLATE.md
vendored
13
.github/ISSUE_TEMPLATE.md
vendored
|
@ -1,9 +1,10 @@
|
||||||
<!--
|
<!--
|
||||||
0. The library is Python 3.x, not Python 2.x.
|
0. The library is Python >= 3.4, not Python 2.x.
|
||||||
1. If you're posting an issue, make sure it's a bug in the library, not in your code.
|
1. If you have a QUESTION, ask it on @TelethonChat (Telegram) or StackOverflow, not here. It will be closed immediatly with no explanation if you post it here.
|
||||||
2. If you're posting a question, make sure you have read and tried enough things first.
|
2. If you have an ISSUE or you are experiencing strange behaviour, make sure you're using the latest version (pip install -U telethon), and post as much information as possible here. Enhancement suggestions are welcome too.
|
||||||
3. Show as much information as possible, including your failed attempts, and the full console output (to include the whole traceback with line numbers).
|
|
||||||
4. Good looking issues are a lot more appealing. If you need help check out https://guides.github.com/features/mastering-markdown/.
|
|
||||||
|
|
||||||
You may also want to watch "How (not) to ask a technical question" over https://youtu.be/53zkBvL4ZB4
|
If you paste code, please put it between three backticks (`):
|
||||||
|
```python
|
||||||
|
code here
|
||||||
|
```
|
||||||
-->
|
-->
|
||||||
|
|
Loading…
Reference in New Issue
Block a user