mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
project: Improve Pull Request Template
Adds some additional information required for Pull Requests to be considered valid, in order to quickly identify any surface level issues.
This commit is contained in:
parent
85a88902de
commit
0ad6b84077
1 changed files with 11 additions and 2 deletions
13
.github/pull_request_template.md
vendored
13
.github/pull_request_template.md
vendored
|
@ -2,9 +2,18 @@
|
||||||
<!-- Please make sure that you fill this out in it's entirety. -->
|
<!-- Please make sure that you fill this out in it's entirety. -->
|
||||||
|
|
||||||
### Description
|
### Description
|
||||||
<!-- Describe your changes in as much detail as possible. -->
|
<!-- Describe what the PR does in detail, and why this is necessary. -->
|
||||||
<!-- But please exclude your personal history from this. Only describe the changes -->
|
<!-- Please do not include any personal history, or personal reasons - keep things objective, not subjective. -->
|
||||||
|
|
||||||
|
#### Old Behavior
|
||||||
|
<!-- Describe the old behavior -->
|
||||||
|
<!-- Attach videos or screenshots of the old behavior -->
|
||||||
|
|
||||||
|
#### New Behavior
|
||||||
|
<!-- Describe the new behavior -->
|
||||||
|
<!-- Attach videos or screenshots of the new behavior -->
|
||||||
|
|
||||||
### Related Issues
|
### Related Issues
|
||||||
|
<!-- Is this PR related to another PR or Issue? List them here. -->
|
||||||
<!-- - #0000 Name of Issue -->
|
<!-- - #0000 Name of Issue -->
|
||||||
<!-- - #0001 Name of Issue -->
|
<!-- - #0001 Name of Issue -->
|
||||||
|
|
Loading…
Reference in a new issue