mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 06:15:05 +00:00
29 lines
1 KiB
YAML
29 lines
1 KiB
YAML
---
|
|
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."
|