|
|
@ -17,14 +17,15 @@ body:
|
|
|
|
- type: input
|
|
|
|
- type: input
|
|
|
|
attributes:
|
|
|
|
attributes:
|
|
|
|
label: Version
|
|
|
|
label: Version
|
|
|
|
description: "Which version of DiscordChatExporter does this bug affect?"
|
|
|
|
description: Which version of DiscordChatExporter does this bug affect?
|
|
|
|
|
|
|
|
placeholder: ver X.Y.Z
|
|
|
|
validations:
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
required: true
|
|
|
|
|
|
|
|
|
|
|
|
- type: dropdown
|
|
|
|
- type: dropdown
|
|
|
|
attributes:
|
|
|
|
attributes:
|
|
|
|
label: Flavor
|
|
|
|
label: Flavor
|
|
|
|
description: "Does this bug affect the GUI version, the CLI version, or both?"
|
|
|
|
description: Does this bug affect the GUI version, the CLI version, or both?
|
|
|
|
multiple: true
|
|
|
|
multiple: true
|
|
|
|
options:
|
|
|
|
options:
|
|
|
|
- GUI (Graphical User Interface)
|
|
|
|
- GUI (Graphical User Interface)
|
|
|
@ -35,7 +36,7 @@ body:
|
|
|
|
- type: dropdown
|
|
|
|
- type: dropdown
|
|
|
|
attributes:
|
|
|
|
attributes:
|
|
|
|
label: Export format
|
|
|
|
label: Export format
|
|
|
|
description: "Does this bug affect specific export format(s)? If not applicable, leave this field blank."
|
|
|
|
description: Does this bug affect specific export format(s)? If not applicable, leave this field blank.
|
|
|
|
multiple: true
|
|
|
|
multiple: true
|
|
|
|
options:
|
|
|
|
options:
|
|
|
|
- HTML
|
|
|
|
- HTML
|
|
|
@ -46,14 +47,15 @@ body:
|
|
|
|
- type: textarea
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
attributes:
|
|
|
|
label: Details
|
|
|
|
label: Details
|
|
|
|
description: "Clear and thorough explanation of the bug."
|
|
|
|
description: Clear and thorough explanation of the bug.
|
|
|
|
|
|
|
|
placeholder: I was doing X expecting Y to happen, but Z happened instead.
|
|
|
|
validations:
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
required: true
|
|
|
|
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
attributes:
|
|
|
|
label: Steps to reproduce
|
|
|
|
label: Steps to reproduce
|
|
|
|
description: "Minimum steps required to reproduce the bug."
|
|
|
|
description: Minimum steps required to reproduce the bug.
|
|
|
|
placeholder: |
|
|
|
|
placeholder: |
|
|
|
|
- Step 1
|
|
|
|
- Step 1
|
|
|
|
- Step 2
|
|
|
|
- Step 2
|
|
|
|