project: Fix incorrect template settings

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2021-05-01 20:45:43 +02:00
parent e0df18df87
commit 2a2c29a4dd
2 changed files with 8 additions and 10 deletions

View file

@ -17,13 +17,11 @@ body:
required: true required: true
- type: checkboxes - type: checkboxes
attributes: attributes:
label: label: "Checklist"
description: description: "Check all that apply."
options: options:
- label: "A bounty is offered for the implementation of this Feature/Enhancement." - label: "I am offering a monetary bounty/reward for the implementation of this Feature/Enhancement."
description: "Are you offering a reward for the complete implementation of this Feature/Enhancement according to the description provided?"
- label: "There is no other way to currently do this in StreamFX or OBS Studio." - label: "There is no other way to currently do this in StreamFX or OBS Studio."
description: "Is this a(n) feature/enhancement that can't be done through any other way, such as other plugins or existing features?"
- type: textarea - type: textarea
attributes: attributes:
label: "Any additional Information we need to know?" label: "Any additional Information we need to know?"

View file

@ -82,31 +82,31 @@ body:
- "0.2.0" - "0.2.0"
- "0.1.1" - "0.1.1"
- "0.1.0" - "0.1.0"
validation: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: "Expected Behavior" label: "Expected Behavior"
description: "What did you expect to happen when using StreamFX?" description: "What did you expect to happen when using StreamFX?"
validation: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: "Current Behavior" label: "Current Behavior"
description: "What actually happened when you used StreamFX?" description: "What actually happened when you used StreamFX?"
validation: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: "Steps to Reproduce the Bug" label: "Steps to Reproduce the Bug"
description: "What steps are required to consistently reproduce the bug/crash/freeze?" description: "What steps are required to consistently reproduce the bug/crash/freeze?"
validation: validations:
required: true required: true
- type: input - type: input
attributes: attributes:
label: "OBS Studio Log" label: "OBS Studio Log"
description: "Upload a normal log file that showcases the issue happening. If you encountered a crash, also fill out the next field" description: "Upload a normal log file that showcases the issue happening. If you encountered a crash, also fill out the next field"
validation: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes: