From f338272ba27f38bc76ad3459689b09b83fcdf830 Mon Sep 17 00:00:00 2001 From: Muhammad Sufyan Date: Tue, 13 Jun 2023 16:37:15 +0500 Subject: [PATCH] Adds issue templates (#28) Co-authored-by: Asad Ali --- .github/ISSUE_TEMPLATE/bug_report.md | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 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 0000000..22a70ea --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug, reported-by-consumer +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. (step 1) +2. (step 2) +3. (step 3) + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Environment** +For example: Windows/Linux + +**Library version** +For example: 0.1.0 + +**Additional context** +Add any other context about the problem here.