ruffle/.github/ISSUE_TEMPLATE/crash_report.yml

51 lines
2.0 KiB
YAML
Raw Normal View History

name: "\U0001f4A5 Crash report"
description: File a crash report.
labels: ["bug", "panic", "desktop"]
body:
- type: markdown
attributes:
value: |
- If you have a question about Ruffle, you can ask for help on our [Discord chat][chat].
- Also consult the [Frequently Asked Questions][faq] for common issues and questions.
- Please do your best to search for duplicate issues before filing a new issue so we can keep our issue board clean.
- Also make sure that you are using the [latest available version of Ruffle][version].
- Otherwise, fill out the information below to the best of your ability. Thank you!
[chat]: https://discord.gg/ruffle
[faq]: https://github.com/ruffle-rs/ruffle/wiki/Frequently-Asked-Questions-For-Users
[version]: https://github.com/ruffle-rs/ruffle/tags
- type: textarea
attributes:
label: Describe what you were doing
description: |
Provide a clear and concise description of what you were doing when you encountered the crash.
- If there are steps to reproduce, list them here.
- If this is an issue with a specific SWF file, please provide a link to the SWF file, or you can attach the SWF by zipping it and dragging it onto the issue box.
validations:
required: true
- type: textarea
id: panic_text
attributes:
label: What does the crash message say?
validations:
required: true
- type: markdown
attributes:
value: |
# Device information
- type: input
id: operating_system
attributes:
label: Operating system
description: Please list the OS you are using.
placeholder: Windows 10, macOS Catalina, Android 11, iOS 14, etc.
validations:
required: true
- type: textarea
id: extra_info
attributes:
label: Additional information
description: If you have any additional information for us, such as device logs or renderer info, use the field below.
validations:
required: false