From a5aa8a09059ccebc57aaaf85e66f3aeaf5a49cd6 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 25 Jan 2021 12:47:10 -0600 Subject: [PATCH] Create bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 38 ++++++++++++++++++++++++++++ 1 file changed, 38 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 000000000..4f23bbf64 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Steps To Reproduce** +Please be specific! +1. Go to '...' +2. Click on '....' +3. etc. + +**Sample Code** +If applicable, please include Sample code to reproduce the issue. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Actual Behavior** +A clear and concise description of what actually happens. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Device Information (please complete the following information):** + - OS: [e.g., WSL2 on Win10, Mac] + - Deployment: [e.g., Docker-version, docker-compose, Python application] + - Browser: [e.g., chrome, safari] + - Version: [e.g., 0.2.0-dev] + +**Additional context** +Add any other context about the problem here. If applicable, please include why you think the bug is occurring and/or troubleshooting you have already performed.