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

30 lines
1 KiB
YAML
Raw Normal View History

---
name: "Create a Pull Request for a Fix"
description: "Fixed a problem with StreamFX?"
title: "Replace Me Or Have Your Pull Request Closed"
labels: ["type:fix", "status:help-wanted", "status:testing-required"]
body:
- type: textarea
attributes:
label: "Explain the Fix"
description: "Describe what the fix changes in as much detail as possible, leave nothing out. If you think images or example videos help describe the Fix, include them."
validations:
required: true
- type: textarea
attributes:
label: "Why is this necessary?"
description: "What makes this Fix necessary for StreamFX and it's users?"
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."
- type: textarea
attributes:
label: "Any additional Information we need to know?"
description: "Related issues, etc."