mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-12-01 07:43:02 +00:00
project: More template fixes
This commit is contained in:
parent
dfbab6850e
commit
9997368154
2 changed files with 3 additions and 4 deletions
3
.github/ISSUE_TEMPLATE/feature.yml
vendored
3
.github/ISSUE_TEMPLATE/feature.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
name: "Suggest an Enhancment to a Feature or a new Feature"
|
name: "Suggest an Enhancment to a Feature or a new Feature"
|
||||||
description: ""
|
description: "Is there something that StreamFX is lacking or you'd like to see in OBS Studio?"
|
||||||
labels: ["type:enhancement", "status:help-wanted"]
|
labels: ["type:enhancement", "status:help-wanted"]
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
@ -25,4 +25,3 @@ body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: "Any additional Information we need to know?"
|
label: "Any additional Information we need to know?"
|
||||||
description: ""
|
|
||||||
|
|
4
.github/ISSUE_TEMPLATE/issue.yml
vendored
4
.github/ISSUE_TEMPLATE/issue.yml
vendored
|
@ -14,7 +14,7 @@ body:
|
||||||
- "Linux (like Arch Linux)"
|
- "Linux (like Arch Linux)"
|
||||||
- "Linux (like FreeBSD)"
|
- "Linux (like FreeBSD)"
|
||||||
- "(Other)"
|
- "(Other)"
|
||||||
validation:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -26,7 +26,7 @@ body:
|
||||||
- "26.0"
|
- "26.0"
|
||||||
- "25.0"
|
- "25.0"
|
||||||
- "(Other)"
|
- "(Other)"
|
||||||
validation:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in a new issue