We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92283d6 commit 570d7caCopy full SHA for 570d7ca
.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,29 @@
1
+---
2
+name: Bug report
3
+about: Create a bug report to help us improve
4
+labels: "bug"
5
6
+
7
+## Summary
8
+A clear and concise description of the problem.
9
10
+## Steps to Reproduce
11
+A minimal, complete and verifiable example (https://stackoverflow.com/help/mcve).
12
13
+## Expected Results
14
+A description of what should happen.
15
16
+## Actual Results
17
+A description of what actually happened.
18
19
+## Environment info
20
+- **OS**: [e.g. Linux/macOS/Windows]
21
+- **Python version**: [e.g. 3.7.2]
22
+- **Pyrogram version**: [e.g. 0.12.0/develop]
23
24
+## Extra details
25
+Other details about the problem.
26
27
+<details><summary><b>Logs</b>:</summary>
28
+Insert logs here (if necessary)
29
+</details>
0 commit comments