Skip to content

Commit

Permalink
Create bugform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ExperiencersInternational authored Jul 23, 2023
1 parent bee1f03 commit b8ed500
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/bugform.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: 🪲 File a bug report
description: Report a bug with auroraSuite
title: '[🪲 Bug]: '
labels: ['bug']

body:
- type: markdown
attributes:
value: |
Please complete this template so we can help you as soon as possible.
- type: input
attributes:
label: auroraSuite Version
description: Please specify the version of auroraSuite that you are using, you can usually find this at the bottom of the auroraSuite menu.
placeholder: 'v1.5.0'
validations:
required: true

- type: input
attributes:
label: auroraSuite Build
description: Please specify the build of auroraSuite that you are using, can be found in same place as version (usually not needed)
placeholder: 'https://example.com/auroraTV1/icon.png'
validations:
required: false

- type: dropdown
attributes:
label: Where did you install auroraSuite from?
options:
- Plugin Marketplace
- GitHub
- Other
validations:
required: false

- type: textarea
attributes:
label: Describe your issue
description: We need some information about the problems that you are experiencing.
placeholder: 'Please type here'
validations:
required: true

0 comments on commit b8ed500

Please sign in to comment.