From 4785a0a94de04093a6f52fd57bc38a86e60a418f Mon Sep 17 00:00:00 2001 From: InfoyTech <90406016+PSGitHubUser1@users.noreply.github.com> Date: Sun, 15 Jan 2023 16:59:47 +0530 Subject: [PATCH] Update and rename bug_report.md to bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.md | 38 ---------------------- .github/ISSUE_TEMPLATE/bug_report.yml | 46 +++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 38 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index dd84ea7..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -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. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..0233222 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,46 @@ +name: Bug report +description: Create a report to help us improve (search for duplicates first) +labels: bug +body: + - type: textarea + attributes: + label: Issue description + description: Explain clearly and unambiguously what went wrong + placeholder: | + Tell us here about the bug/problem + validations: + required: true + - type: textarea + attributes: + label: How to reproduce this issue? + description: Try to explain what you did for the bug to occur. A good explanation of steps to reproduce helps us locate the bug faster. If applicable, add screenshots to help explain your problem. + placeholder: | + Step 1: ... + Step 2: ... + ... + validations: + required: true + - type: textarea + attributes: + label: Details + description: To understand the issue, we need some details of your setup & system + placeholder: | + Version: v1.12.2 / v1.9 ...] + validations: + required: true + - type: textarea + attributes: + label: Logs + description: + placeholder: | + [example_log.txt / example_log.md ...] + validations: + required: false + - type: checkboxes + attributes: + label: Issue tracker rule checks (please read carefully) + options: + - label: "I have checked that my problem is not already reported" + required: true + - label: "I have checked that my problem is not already fixed" + required: true