mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-12-28 18:41:14 +00:00
30 lines
1.1 KiB
YAML
30 lines
1.1 KiB
YAML
# AUTOGENERATED COPYRIGHT HEADER START
|
|
# Copyright (C) 2021-2023 Michael Fabian 'Xaymar' Dirks <info@xaymar.com>
|
|
# AUTOGENERATED COPYRIGHT HEADER END
|
|
---
|
|
name: "File an Bug or Crash report"
|
|
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: "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: "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?"
|