From 68362e7a7b0d3c6915e0e5c54ec889f6c0ca11b2 Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 20 Oct 2023 23:14:17 +0300 Subject: [PATCH] try a new github issue template --- .github/ISSUE_TEMPLATE/report.yml | 57 +++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/report.yml diff --git a/.github/ISSUE_TEMPLATE/report.yml b/.github/ISSUE_TEMPLATE/report.yml new file mode 100644 index 00000000..f68f236b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report.yml @@ -0,0 +1,57 @@ +name: Bug report +description: Report a PCSX-ReARMed issue +body: + - type: input + id: pcsx_version + attributes: + label: PCSX-ReARMed Version + description: Version number of the emulator as shown in the menus and printed in logs. + placeholder: r23l a4e249a1 + validations: + required: true + - type: input + id: device + attributes: + label: Your device + description: "Examples: Raspberry Pi4, PC, PS Vita, PS Classic, etc." + placeholder: PC + validations: + required: true + - type: dropdown + id: os + attributes: + label: Operating System of your device + description: What OS are you using? + options: + - Android + - Apple (iOS, tvOS, macOS etc.) + - Linux (or Linux-based like RetroPie etc.) + - Windows + - Other (consoles, etc.) + - type: dropdown + id: arch + attributes: + label: CPU architecture + description: Select the type of the CPU in your device. In case you're using 32bit software on a 64bit device, please select 32bit. + options: + - ARM 64bit (AArch64) + - ARM 32bit + - x86-64 (64bit Intel, AMD, etc.) + - x86 (32bit Intel, AMD, etc.) + - Other + - type: textarea + id: issue_description + attributes: + label: Issue description + description: What issue are you having? + placeholder: Crash Bandicoot crashes after pressing start. + validations: + required: true + - type: textarea + id: step_by_step + attributes: + label: Step-by-step reproduction and logs + description: Type here how your issue can be reproduced and attach any logs. + placeholder: Wait for the game's title screen to appear and then press start. + validations: + required: false -- 2.39.2