mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 13:55:07 +00:00
Reorder the template for issues and bugs
This commit is contained in:
parent
8f7dd1ba4e
commit
3d3aef47af
1 changed files with 6 additions and 6 deletions
12
.github/ISSUE_TEMPLATE/issue.yml
vendored
12
.github/ISSUE_TEMPLATE/issue.yml
vendored
|
@ -7,12 +7,6 @@ title: "REPLACE ME"
|
|||
description: "This form is for bug and crash reports only, primarily used by developers. Abuse of this form will lead to a permanent interaction ban."
|
||||
labels: ["bug"]
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: "OBS Studio Logs"
|
||||
description: "Paste the content or attach the log files from OBS Studio here. In the event of a crash, paste or attach both the crash log and the normal log file."
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: "Current and Expected Behavior"
|
||||
|
@ -25,6 +19,12 @@ body:
|
|||
description: "What steps are required to consistently reproduce the bug/crash/freeze?"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: "Log files & Crash Dumps"
|
||||
description: "Paste the content or attach the log files from OBS Studio here. In the event of a crash, paste or attach both the crash log and the normal log file."
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: "Any additional Information we need to know?"
|
||||
|
|
Loading…
Reference in a new issue