We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f6973 commit 352ea59Copy full SHA for 352ea59
.github/ISSUE_TEMPLATE/bug_report.md
@@ -8,7 +8,7 @@ about: Create a bug report affecting the library
8
## Checklist
9
- [ ] I am sure the error is coming from Pyrogram's code and not elsewhere.
10
- [ ] I have searched in the issue tracker for similar bug reports, including closed ones.
11
-- [ ] I ran `pip3 install -U https://github.com/pyrogram/pyrogram/archive/develop.zip` and reproduced the issue using the latest development version.
+- [ ] I ran `pip3 install -U https://github.com/pyrogram/pyrogram/archive/master.zip` and reproduced the issue using the latest development version.
12
13
## Description
14
A clear and concise description of the problem.
0 commit comments