Skip to content

Commit

Permalink
Add issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
alexz707 committed Feb 28, 2024
1 parent 5d29b40 commit 697d3e6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug-Report.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 697d3e6

Please sign in to comment.