project: More template improvements

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2021-06-15 20:40:19 +02:00
parent 6969079e9c
commit 9daee80594
2 changed files with 39 additions and 19 deletions

View file

@ -21,7 +21,7 @@ body:
label: "OBS Studio Version?"
description: "Which OBS Studio version are you using to run StreamFX? Versions include all patches (the third element in 'A.B.C'), and release candidates for that version. Select 'Other' if you are using a custom build."
options:
- "27.0 (including Release Candidates)"
- "27.0"
- "26.1"
- "26.0"
- "25.0"
@ -86,24 +86,6 @@ body:
- "0.1.0"
validations:
required: true
- type: textarea
attributes:
label: "Expected Behavior"
description: "What did you expect to happen when using StreamFX?"
validations:
required: true
- type: textarea
attributes:
label: "Current Behavior"
description: "What actually happened when you used StreamFX?"
validations:
required: true
- type: textarea
attributes:
label: "Steps to Reproduce the Bug"
description: "What steps are required to consistently reproduce the bug/crash/freeze?"
validations:
required: true
- type: input
attributes:
label: "OBS Studio Log"
@ -114,6 +96,24 @@ body:
attributes:
label: "OBS Studio Crash Log"
description: "If OBS Studio crashed (not froze) paste the crash log here, or upload it somewhere and paste the link here."
- type: textarea
attributes:
label: "Current Behavior"
description: "What actually happened when you used StreamFX?"
validations:
required: true
- type: textarea
attributes:
label: "Expected Behavior"
description: "What did you expect to happen when using StreamFX?"
validations:
required: true
- type: textarea
attributes:
label: "Steps to Reproduce the Bug"
description: "What steps are required to consistently reproduce the bug/crash/freeze?"
validations:
required: true
- type: textarea
attributes:
label: "Any additional Information we need to know?"

20
.github/pull_request_template.md vendored Normal file
View file

@ -0,0 +1,20 @@
---
title: "Replace Me Or Have Your Pull Request Closed"
labels: "type:enhancement" "type:fix" "status:help-wanted" "status:testing-required"
---
### Explain the Pull Request
<!-- Describe the PR in as much detail as possible, leave nothing out. -->
<!-- If you think images or example videos help describe the PR, include them. -->
### Why is this necessary?
<!-- What makes this PR 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 -->