Create bug_report.md
This commit is contained in:
parent
92283d6cab
commit
570d7ca15e
29
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
29
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a bug report to help us improve
|
||||
labels: "bug"
|
||||
---
|
||||
|
||||
## Summary
|
||||
A clear and concise description of the problem.
|
||||
|
||||
## Steps to Reproduce
|
||||
A minimal, complete and verifiable example (https://stackoverflow.com/help/mcve).
|
||||
|
||||
## Expected Results
|
||||
A description of what should happen.
|
||||
|
||||
## Actual Results
|
||||
A description of what actually happened.
|
||||
|
||||
## Environment info
|
||||
- **OS**: [e.g. Linux/macOS/Windows]
|
||||
- **Python version**: [e.g. 3.7.2]
|
||||
- **Pyrogram version**: [e.g. 0.12.0/develop]
|
||||
|
||||
## Extra details
|
||||
Other details about the problem.
|
||||
|
||||
<details><summary><b>Logs</b>:</summary>
|
||||
Insert logs here (if necessary)
|
||||
</details>
|
Loading…
Reference in New Issue
Block a user