From 570d7ca15e5f47073bb6561fbe5c96e9b7afda35 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Fri, 10 May 2019 16:06:45 +0200 Subject: [PATCH] Create bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..25c58a29 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. + +
Logs: +Insert logs here (if necessary) +