diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md deleted file mode 100644 index 28cbe8de..00000000 --- a/.github/ISSUE_TEMPLATE/feature.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Request a new Feature -about: Want a new feature implemented? - ---- - - - - - -### Description - - - -### Checklist - -- [ ] I am willing to pay someone to implement this feature. -- [ ] This feature absolutely can't be done with already existing features. diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 00000000..3a0224d5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -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: ""