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
- type: checkboxes
attributes:
label:
description:
label: "Checklist"
description: "Check all that apply."
options:
- label: "A bounty is offered 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: "I am offering a monetary bounty/reward for the implementation of this Feature/Enhancement."
- 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
attributes:
label: "Any additional Information we need to know?"

View file

@ -82,31 +82,31 @@ body:
- "0.2.0"
- "0.1.1"
- "0.1.0"
validation:
validations:
required: true
- type: textarea
attributes:
label: "Expected Behavior"
description: "What did you expect to happen when using StreamFX?"
validation:
validations:
required: true
- type: textarea
attributes:
label: "Current Behavior"
description: "What actually happened when you used StreamFX?"
validation:
validations:
required: true
- type: textarea
attributes:
label: "Steps to Reproduce the Bug"
description: "What steps are required to consistently reproduce the bug/crash/freeze?"
validation:
validations:
required: true
- type: input
attributes:
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"
validation:
validations:
required: true
- type: textarea
attributes: