mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 14:25:05 +00:00
56 lines
2.1 KiB
YAML
56 lines
2.1 KiB
YAML
name: "File an Issue Report"
|
|
title: "Replace Me Or Have Your Report Closed"
|
|
description: "Use this if you've encountered a Bug, Crash or Freeze with StreamFX."
|
|
labels: ["bug"]
|
|
body:
|
|
- type: dropdown
|
|
attributes:
|
|
label: "Operating System"
|
|
description: "What Operating System do you use for OBS Studio and StreamFX? Select 'Other' if your Operating System is not listed"
|
|
options:
|
|
- "Windows 10 1903 and higher"
|
|
- "MacOS 10.15 and higher"
|
|
- "Linux (like Debian/Ubuntu)"
|
|
- "Linux (like Arch Linux)"
|
|
- "Linux (like FreeBSD)"
|
|
- "(Other)"
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
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."
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: "StreamFX Version"
|
|
description: "On which StreamFX version did you first encounter this issue?"
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: "OBS Studio Log"
|
|
description: "Upload a normal log file that showcases the issue happening. If you encountered a crash, also fill out the next field."
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
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 and Expected Behavior"
|
|
description: "What actually happened when you used StreamFX? What did you expect to happen?"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: "Steps to Reproduce the Problem"
|
|
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?"
|
|
description: "If you answered '(Other)' to any system relevant information, explain what you mean by that here."
|