mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-13 07:15:06 +00:00
project: Version 0.11.0a8
This commit is contained in:
parent
e730b5b9bd
commit
5d89b0d8b1
4 changed files with 8 additions and 11 deletions
1
.github/ISSUE_TEMPLATE/issue.yml
vendored
1
.github/ISSUE_TEMPLATE/issue.yml
vendored
|
@ -34,6 +34,7 @@ body:
|
|||
label: "StreamFX Version"
|
||||
description: "On which StreamFX version did you first encounter this issue?"
|
||||
options:
|
||||
- "0.11.0a8"
|
||||
- "0.11.0a7"
|
||||
- "0.11.0a6"
|
||||
- "0.11.0a5"
|
||||
|
|
2
.github/PULL_REQUEST_TEMPLATE/feature.md
vendored
2
.github/PULL_REQUEST_TEMPLATE/feature.md
vendored
|
@ -8,8 +8,6 @@ labels: "type:enhancement" "status:help-wanted" "status:testing-required"
|
|||
### Explain the Feature/Enhancement
|
||||
<!-- Describe the feature or enhancement in as much detail as possible, leave nothing out. -->
|
||||
<!-- If you think images or example videos help describe the Feature/Enhancement, include them. -->
|
||||
|
||||
### Why is this useful?
|
||||
<!-- Why should this feature/enhancement become part of the StreamFX plugin? -->
|
||||
<!-- What benefits do other users of StreamFX get from this? -->
|
||||
|
||||
|
|
10
.github/PULL_REQUEST_TEMPLATE/fix.md
vendored
10
.github/PULL_REQUEST_TEMPLATE/fix.md
vendored
|
@ -8,15 +8,13 @@ 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 -->
|
||||
|
||||
### Checklist
|
||||
- [ ] I will become the maintainer for this part of code.
|
||||
- [ ] I have tested this code on all supported Platforms.
|
||||
|
|
|
@ -40,7 +40,7 @@ set(VERSION_MAJOR 0)
|
|||
set(VERSION_MINOR 11)
|
||||
set(VERSION_PATCH 0)
|
||||
set(VERSION_TWEAK 0)
|
||||
set(VERSION_SUFFIX "a7")
|
||||
set(VERSION_SUFFIX "a8")
|
||||
set(VERSION_COMMIT "00000000")
|
||||
|
||||
# Check if we are in a git repository.
|
||||
|
|
Loading…
Reference in a new issue