From 0a9f9cc2479e4cb30263bcd3ef7ee61b3c870f6a Mon Sep 17 00:00:00 2001 From: kneeraj2000 Date: Mon, 5 Jun 2023 17:09:12 +0530 Subject: [PATCH 1/2] docs: adds issue template --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 56 +++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/BUG-REPORT.yml diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml new file mode 100644 index 00000000..93171085 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -0,0 +1,56 @@ +name: Bug Report" +description: Create a new issue for a bug. +title: "[BUG] - " +labels: [ + "bug" +] +body: + - type: textarea + id: description + attributes: + label: "Description" + description: Please enter an explicit description of your issue + placeholder: Short and explicit description of your issue... + validations: + required: true + - type: textarea + id: logs + attributes: + label: "Logs" + description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. + render: bash + validations: + required: true + - type: textarea + id: reprod + attributes: + label: "Reproduction steps" + description: Please enter steps to reproduce the issue + value: | + 1. Go to '...' + 2. Click on '....' + 3. Scroll down to '....' + render: bash + validations: + required: true + - type: input + id: version + attributes: + label: "Version" + description: Please mention Version/Commit used + validations: + required: true + - type: textarea + id: screenshot + attributes: + label: "Screenshots" + description: If applicable, add screenshots to help explain your problem. + validations: + required: false + - type: input + id: accessmodules + attributes: + label: "Access Modules" + description: Extra Access Modules if added any ? + validations: + required: false From 8699b245c47d5afda4566fb93d755355b20c8b88 Mon Sep 17 00:00:00 2001 From: kneeraj2000 <kneerajiiit@gmail.com> Date: Mon, 5 Jun 2023 17:13:08 +0530 Subject: [PATCH 2/2] docs: corrects typo --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 93171085..3118ee44 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -1,4 +1,4 @@ -name: Bug Report" +name: Bug Report description: Create a new issue for a bug. title: "[BUG] - <title>" labels: [