mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
updated issue template
[ci skip]
This commit is contained in:
parent
f1ee54fa73
commit
171c70b4c2
1 changed files with 6 additions and 6 deletions
12
.github/ISSUE_TEMPLATE.md
vendored
12
.github/ISSUE_TEMPLATE.md
vendored
|
@ -1,6 +1,10 @@
|
||||||
<!--
|
<!--
|
||||||
Thanks for reporting issues of python-telegram-bot!
|
Thanks for reporting issues of python-telegram-bot!
|
||||||
To make it easier for us to help you please enter detailed information below.
|
To make it easier for us to help you please enter detailed information below.
|
||||||
|
|
||||||
|
Please note, we only support the latest version of python-telegram-bot. Please
|
||||||
|
make sure to upgrade & recreate the issue on the latest version prior to opening
|
||||||
|
an issue.
|
||||||
-->
|
-->
|
||||||
### Steps to reproduce
|
### Steps to reproduce
|
||||||
1.
|
1.
|
||||||
|
@ -19,13 +23,9 @@ Tell us what happens instead
|
||||||
**Operating System:**
|
**Operating System:**
|
||||||
|
|
||||||
|
|
||||||
**Version of Python:**
|
**Version of Python, python-telegram-bot & dependencies:**
|
||||||
|
|
||||||
``$ python -V``
|
``$ python -m telegram``
|
||||||
|
|
||||||
**Version of python-telegram-bot:**
|
|
||||||
|
|
||||||
``$ python -c 'import telegram; print(telegram.__version__)'``
|
|
||||||
|
|
||||||
### Logs
|
### Logs
|
||||||
Insert logs here (if necessary)
|
Insert logs here (if necessary)
|
||||||
|
|
Loading…
Reference in a new issue