diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml new file mode 100644 index 00000000..3118ee44 --- /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