From 019ace3a72554448d085200596e28dd5371a18b4 Mon Sep 17 00:00:00 2001 From: MaryamAdnan <80243792+MaryamAdnan3@users.noreply.github.com> Date: Fri, 9 Jun 2023 13:42:47 +0500 Subject: [PATCH 1/2] ci: add bug reporting template closes #23 --- .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 0000000..e77ae9d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,33 @@ +--- +name: Bug Report +about: Create a report to help us improve the library +title: '' +labels: bug, triage +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**To Reproduce** +Steps to reproduce the bug: +1. (step 1) +2. (step 2) +3. (step 3) +4. ... + +**Screenshots** +If applicable, add screenshots to help explain the bug. + +**Library version number** +For example: 0.1.1 + +**Environmental details** +For example: +OS: Linux +Runtime version: Python 3 + +**Additional context** +Add any other context about the problem here. From 85b0cc174c4d04d9e4ea5848f21ce3516bec2413 Mon Sep 17 00:00:00 2001 From: Asad Ali Date: Tue, 13 Jun 2023 16:38:12 +0500 Subject: [PATCH 2/2] Update bug-report.md --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index e77ae9d..533cbe1 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -27,7 +27,7 @@ For example: 0.1.1 **Environmental details** For example: OS: Linux -Runtime version: Python 3 +Runtime version: Python 3.7 **Additional context** Add any other context about the problem here.