mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 06:15:05 +00:00
29 lines
1.2 KiB
YAML
29 lines
1.2 KiB
YAML
---
|
|
name: "Submit a Feature/Enhancement"
|
|
description: "Implemented a new feature or enhancement and want it to be shipped with StreamFX?"
|
|
title: "Replace Me Or Have Your Pull Request Closed"
|
|
labels: ["type:enhancement", "status:help-wanted", "status:testing-required"]
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: "Explain the Feature/Enhancement"
|
|
description: "Describe the feature or enhancement in as much detail as possible, leave nothing out. If you think images or example videos help describe the Feature/Enhancement, include them."
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: "Why is this useful?"
|
|
description: "Why should this feature/enhancement become part of the StreamFX plugin? What benefits do other users of StreamFX get from this?"
|
|
validations:
|
|
required: true
|
|
- type: checkboxes
|
|
attributes:
|
|
label: "Checklist"
|
|
description: "Check all that apply."
|
|
options:
|
|
- label: "I will become the maintainer for this part of code."
|
|
- label: "I have tested this code on all supported Platforms."
|
|
- label: "There is no other way to currently do this in StreamFX or OBS Studio."
|
|
- type: textarea
|
|
attributes:
|
|
label: "Any additional Information we need to know?"
|