name: "\U0001f4A5 Crash report" description: File a crash report. labels: ["bug", "panic"] 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: ruffle_version attributes: label: Ruffle Version description: What version of Ruffle did this crash occur in? validations: required: true - type: dropdown id: platform attributes: label: Affected platform description: Is the problem with the Ruffle desktop app, online demo, browser's extension, or self-hosted version? options: - Desktop app - Online demo - Browser's extension - Self-hosted version validations: required: true - 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