From fd396dfbd00877dc23728deed6562ba37a0f0b0b Mon Sep 17 00:00:00 2001 From: Maxwell Weru Date: Fri, 1 Sep 2023 11:51:53 +0300 Subject: [PATCH] Added issue template for bugs --- .github/ISSUE_TEMPLATE/bug_report.md | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 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..200289c3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. ... +2. ... + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Extension (please complete the following information):** + - Host: [e.g. Azure DevOps, Azure DevOps Server] + - Version [e.g. 1.2.54] + +**Server (please complete the following information):** + - Region [e.g. westeurope] + - Version [e.g. 1.2.54] + +**Additional context** +Add any other context about the problem here.