mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-13 07:15:06 +00:00
project: Use GitHub Forms for feature/enhancement issues
This commit is contained in:
parent
3c760d8e9c
commit
c2534a0fc7
2 changed files with 30 additions and 18 deletions
18
.github/ISSUE_TEMPLATE/feature.md
vendored
18
.github/ISSUE_TEMPLATE/feature.md
vendored
|
@ -1,18 +0,0 @@
|
||||||
---
|
|
||||||
name: Request a new Feature
|
|
||||||
about: Want a new feature implemented?
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<!-- Hi, thank you for taking the time to ask for help. -->
|
|
||||||
<!-- Please make sure that you fill this out in it's entirety. -->
|
|
||||||
<!-- Unfortunately I will have to close issues if it has not been filled out. -->
|
|
||||||
|
|
||||||
### Description
|
|
||||||
<!-- Please describe the feature in its entirety. -->
|
|
||||||
<!-- If you have artwork, links or similar, please attach them. -->
|
|
||||||
|
|
||||||
### Checklist
|
|
||||||
<!-- Please check any that apply. If you aren't sure, leave them unchecked. -->
|
|
||||||
- [ ] I am willing to pay someone to implement this feature.
|
|
||||||
- [ ] This feature absolutely can't be done with already existing features.
|
|
30
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal file
30
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
---
|
||||||
|
name: "Suggest an Enhancment to a Feature or a new Feature"
|
||||||
|
description: ""
|
||||||
|
labels: ["type:enhancement", "status:help-wanted"]
|
||||||
|
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: "What makes this feature/enhancement useful for StreamFX and its users?"
|
||||||
|
description: "Why should this feature/enhancement become part of the StreamFX plugin, instead of becoming or remaining a third-party plug-in? What benefits do other users of StreamFX get from this?"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label:
|
||||||
|
description:
|
||||||
|
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: "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?"
|
||||||
|
description: ""
|
Loading…
Reference in a new issue