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

23 lines
746 B
Markdown

---
name: "Submit a Fix"
about: "Fixed a problem with StreamFX?"
title: "Replace Me Or Have Your Pull Request Closed"
labels: "type:fix" "status:help-wanted" "status:testing-required"
---
### Explain the Fix
<!-- Describe the fix in as much detail as possible, leave nothing out. -->
<!-- If you think images or example videos help describe the Fix, include them. -->
### Why is this necessary?
<!-- What makes this Fix necessary for StreamFX and it's users? -->
### Checklist
- [ ] I will become the maintainer for this part of code.
- [ ] I have tested this code on all supported Platforms.
### Related Issues
<!-- Is this PR related to another PR or Issue? List them here. -->
<!-- - #0000 Name of Issue -->
<!-- - #0001 Name of Issue -->