Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 1 addition & 16 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,6 @@ description: Report a problem with the libretro port of Dolphin
title: "[Bug]: "
labels: [bug]
body:
- type: input
id: dolphin_version
attributes:
label: Dolphin version
description: The exact Dolphin core version you are using
validations:
required: true

- type: input
id: retroarch_version
attributes:
label: RetroArch version
description: The exact RetroArch version you are using
validations:
required: true

- type: dropdown
id: platform
attributes:
Expand Down Expand Up @@ -46,6 +30,7 @@ body:
- Vulkan
- OpenGL/OpenGLES
- D3D11
- D3D12
- Other
validations:
required: true
Expand Down