From 697d3e6954a36956378f38771ebfcefb6bd9f4b7 Mon Sep 17 00:00:00 2001 From: Alex Zamponi <562324+alexz707@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:23:22 +0100 Subject: [PATCH] Add issue template --- .github/ISSUE_TEMPLATE/Bug-Report.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Bug-Report.yaml diff --git a/.github/ISSUE_TEMPLATE/Bug-Report.yaml b/.github/ISSUE_TEMPLATE/Bug-Report.yaml new file mode 100644 index 000000000..131aa4025 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug-Report.yaml @@ -0,0 +1,25 @@ +name: Bug Report +description: File a bug report +title: "[Bug]: " +labels: [Bug] +body: + - type: input + attributes: + label: Studio API version + validations: + required: true + - type: textarea + attributes: + label: Steps to reproduce + validations: + required: true + - type: textarea + attributes: + label: Actual Behavior + validations: + required: true + - type: textarea + attributes: + label: Expected Behavior + validations: + required: true \ No newline at end of file