mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
project: Fix incorrect template settings
This commit is contained in:
parent
e0df18df87
commit
2a2c29a4dd
2 changed files with 8 additions and 10 deletions
8
.github/ISSUE_TEMPLATE/feature.yml
vendored
8
.github/ISSUE_TEMPLATE/feature.yml
vendored
|
@ -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?"
|
||||
|
|
10
.github/ISSUE_TEMPLATE/issue.yml
vendored
10
.github/ISSUE_TEMPLATE/issue.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue