-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bee1f03
commit b8ed500
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |