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