|
| 1 | +<!--- Please fill out the following template, which will help other contributors review your Pull Request. --> |
| 2 | + |
| 3 | +<!--- Make sure you’ve read the contribution guidelines here: https://github.com/Palakis/obs-websocket/blob/4.x-current/CONTRIBUTING.md --> |
| 4 | + |
| 5 | +### Description |
| 6 | +<!--- Describe your changes. --> |
| 7 | + |
| 8 | +### Motivation and Context |
| 9 | +<!--- Why is this change required? What problem does it solve? --> |
| 10 | +<!--- If it fixes/closes an open issue or implements feature request, --> |
| 11 | +<!--- please link to the issue here. --> |
| 12 | + |
| 13 | +### How Has This Been Tested? |
| 14 | +<!--- Please describe in detail how you tested your changes, along with the OS(s) you tested with. --> |
| 15 | +Tested OS(s): |
| 16 | + |
| 17 | +### Types of changes |
| 18 | +<!--- What types of changes does your PR introduce? Uncomment all that apply --> |
| 19 | + |
| 20 | +<!--- - Bug fix (non-breaking change which fixes an issue) --> |
| 21 | +<!--- - New request/event (non-breaking) --> |
| 22 | +<!--- - Documentation change (a change to documentation pages) --> |
| 23 | +<!--- - Enhancement (modification to a current event/request which adds functionality) --> |
| 24 | +<!--- - Performance enhancement (non-breaking change which improves efficiency) --> |
| 25 | +<!--- - Code cleanup (non-breaking change which makes code smaller or more readable) --> |
| 26 | + |
| 27 | +### Checklist: |
| 28 | +<!--- Go over all the following points, and put an `x` in all the boxes that apply. --> |
| 29 | +<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |
| 30 | +- [ ] I have read the [**contributing** document](https://github.com/Palakis/obs-websocket/blob/4.x-current/CONTRIBUTING.md). |
| 31 | +- [ ] My code is not on the master branch. |
| 32 | +- [ ] The code has been tested. |
| 33 | +- [ ] All commit messages are properly formatted and commits squashed where appropriate. |
| 34 | +- [ ] I have included updates to all appropriate documentation. |
| 35 | + |
0 commit comments