MTPyroger/.github/ISSUE_TEMPLATE/bug_report.md

20 lines
776 B
Markdown
Raw Normal View History

2019-05-10 14:06:45 +00:00
---
2019-05-11 22:18:59 +00:00
name: Bug Report
about: Create a bug report affecting the library
2019-05-10 14:06:45 +00:00
---
2021-02-27 17:40:29 +00:00
<!-- WARNING: Ignoring this template could lead to the issue being closed as invalid -->
2019-05-10 14:06:45 +00:00
2019-05-11 22:18:59 +00:00
## Checklist
- [ ] I am sure the error is coming from Pyrogram's code and not elsewhere.
- [ ] I have searched in the issue tracker for similar bug reports, including closed ones.
2020-08-29 15:37:08 +00:00
- [ ] I ran `pip3 install -U https://github.com/pyrogram/pyrogram/archive/master.zip` and reproduced the issue using the latest development version.
2019-05-10 14:06:45 +00:00
2019-05-11 22:18:59 +00:00
## Description
2021-02-27 17:40:29 +00:00
A **clear** and **concise** description of the problem. Code snippets must be formatted properly.
2019-05-10 14:06:45 +00:00
2019-05-11 22:18:59 +00:00
## Steps to Reproduce
2019-06-11 12:44:30 +00:00
[A minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example).
2019-05-10 14:06:45 +00:00
2019-05-11 22:18:59 +00:00
## Traceback
2021-02-27 17:40:29 +00:00
The full traceback (if applicable).