You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Report issues affecting the framework or the documentation
3
+
body:
4
+
- type: checkboxes
5
+
attributes:
6
+
label: Checklist
7
+
options:
8
+
- label: I am sure the error is coming from Pyrogram's code and not elsewhere
9
+
required: true
10
+
- label: I have searched in the issue tracker for similar bug reports, including closed ones
11
+
required: true
12
+
- label: I ran `pip3 install -U https://github.com/pyrogram/pyrogram/archive/master.zip` and reproduced the issue using the latest development version
13
+
required: true
14
+
15
+
- type: textarea
16
+
attributes:
17
+
label: Description
18
+
description: Provide a clear and concise description of the issue
19
+
placeholder: Description...
20
+
validations:
21
+
required: true
22
+
23
+
- type: textarea
24
+
attributes:
25
+
label: Steps to reproduce
26
+
description: Explain precisely how to reproduce the issue
27
+
placeholder: |
28
+
1.
29
+
2.
30
+
3.
31
+
validations:
32
+
required: true
33
+
34
+
- type: textarea
35
+
attributes:
36
+
label: Code example
37
+
description: Provide a [minimal, reproducible](https://stackoverflow.com/help/minimal-reproducible-example) and properly formatted example (if applicable)
38
+
placeholder: |
39
+
from pyrogram import Client
40
+
...
41
+
render: python
42
+
43
+
- type: textarea
44
+
attributes:
45
+
label: Logs
46
+
description: Provide the complete traceback (if applicable)
0 commit comments