obs-StreamFX/.github/PULL_REQUEST_TEMPLATE/feature.yml

30 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?"