pyrogram/.github/ISSUE_TEMPLATE/bug_report.md

21 lines
731 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
---
2019-06-11 12:44:30 +00:00
<!-- WARNING: Ignoring this template could lead to the issue being closed as incomplete -->
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.
- [ ] I ran `pip3 install -U https://github.com/pyrogram/pyrogram/archive/develop.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
A clear and concise description of the problem.
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
2019-08-16 12:40:25 +00:00
The full traceback (if applicable).