Skip to content

Commit 570d7ca

Browse files
authored
Create bug_report.md
1 parent 92283d6 commit 570d7ca

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)