From 51d523f3347e73a66146c6c06c8c1d052deda187 Mon Sep 17 00:00:00 2001 From: Mateusz Filipowicz Date: Tue, 18 Feb 2025 15:48:43 +0100 Subject: [PATCH] chore: use input-based bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 56 ++++++++++++++++++---------- 1 file changed, 37 insertions(+), 19 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4b4b64c..6bc153a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,23 +4,41 @@ about: Create a report to help us improve title: '' labels: bug assignees: '' - +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: textarea + id: expected + attributes: + label: Expected behavior + description: What is expected behavior? How SDK should behave? + placeholder: Tell us what you should get! + validations: + required: true + - type: textarea + id: expected + attributes: + label: Actual behavior + description: What actually happened? + placeholder: Tell us what you see! + validations: + required: true + - type: dropdown + id: version + attributes: + label: Version + description: What version of our software are you running? + options: + - 0.1.0 + default: 0 + validations: + required: true + - type: textarea + id: logs + attributes: + label: Relevant log output + description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. + render: shell --- - -## Expected Behavior - - -## Actual Behavior - - -## Steps to Reproduce the Problem - - 1. - 1. - 1. - -## Specifications - - - Version: - - Platform: - - Subsystem: