mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
project: More template fixes
This commit is contained in:
parent
2a2c29a4dd
commit
4a78ada1ac
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"
|
||||
description: ""
|
||||
description: "Is there something that StreamFX is lacking or you'd like to see in OBS Studio?"
|
||||
labels: ["type:enhancement", "status:help-wanted"]
|
||||
body:
|
||||
- type: textarea
|
||||
|
@ -25,4 +25,3 @@ body:
|
|||
- type: textarea
|
||||
attributes:
|
||||
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 FreeBSD)"
|
||||
- "(Other)"
|
||||
validation:
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
attributes:
|
||||
|
@ -26,7 +26,7 @@ body:
|
|||
- "26.0"
|
||||
- "25.0"
|
||||
- "(Other)"
|
||||
validation:
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
attributes:
|
||||
|
|
Loading…
Reference in a new issue