2021-03-08 11:56:43 +00:00
|
|
|
|
<!--- Please fill out the following template, which will help other contributors review your Pull Request. -->
|
|
|
|
|
|
2021-11-21 10:10:41 +00:00
|
|
|
|
<!--- Make sure you’ve read the contribution guidelines here: https://github.com/obsproject/obs-websocket/wiki/Contributing-Guidelines -->
|
2021-03-08 11:56:43 +00:00
|
|
|
|
|
|
|
|
|
### Description
|
|
|
|
|
<!--- Describe your changes. -->
|
|
|
|
|
|
|
|
|
|
### Motivation and Context
|
|
|
|
|
<!--- Why is this change required? What problem does it solve? -->
|
|
|
|
|
<!--- If it fixes/closes an open issue or implements feature request, -->
|
|
|
|
|
<!--- please link to the issue here. -->
|
|
|
|
|
|
|
|
|
|
### How Has This Been Tested?
|
|
|
|
|
<!--- Please describe in detail how you tested your changes, along with the OS(s) you tested with. -->
|
|
|
|
|
Tested OS(s):
|
|
|
|
|
|
|
|
|
|
### Types of changes
|
|
|
|
|
<!--- What types of changes does your PR introduce? Uncomment all that apply -->
|
|
|
|
|
|
|
|
|
|
<!--- - Bug fix (non-breaking change which fixes an issue) -->
|
|
|
|
|
<!--- - Performance enhancement (non-breaking change which improves efficiency) -->
|
|
|
|
|
<!--- - Code cleanup (non-breaking change which makes code smaller or more readable) -->
|
2021-11-21 10:10:41 +00:00
|
|
|
|
<!--- - New request/event (non-breaking) -->
|
|
|
|
|
<!--- - Documentation change (a change to documentation pages) -->
|
|
|
|
|
<!--- - Other Enhancement (anything not applicable to what is listed) -->
|
2021-03-08 11:56:43 +00:00
|
|
|
|
|
|
|
|
|
### Checklist:
|
|
|
|
|
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
|
|
|
|
|
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
|
2021-11-21 10:10:41 +00:00
|
|
|
|
- [ ] I have read the [Contributing Guidelines](https://github.com/obsproject/obs-websocket/wiki/Contributing-Guidelines).
|
2021-04-26 15:46:11 +00:00
|
|
|
|
- [ ] All commit messages are properly formatted and commits squashed where appropriate.
|
2021-11-21 10:10:41 +00:00
|
|
|
|
- [ ] My code is not on the `master` branch.
|
|
|
|
|
- [ ] The code has been tested.
|
2021-04-26 15:46:11 +00:00
|
|
|
|
- [ ] I have included updates to all appropriate documentation.
|