mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-12-16 04:08:48 +00:00
Revert "GitHub: Add types to issue templates"
Some checks are pending
🐧 Linux Builds / AppImage (push) Waiting to run
🐧 Linux Builds / Flatpak (push) Waiting to run
🍎 MacOS Builds / Defaults (push) Waiting to run
🖥️ Windows Builds / Lint VS Project Files (push) Waiting to run
🖥️ Windows Builds / SSE4 (push) Blocked by required conditions
🖥️ Windows Builds / AVX2 (push) Blocked by required conditions
🖥️ Windows Builds / CMake (push) Waiting to run
Some checks are pending
🐧 Linux Builds / AppImage (push) Waiting to run
🐧 Linux Builds / Flatpak (push) Waiting to run
🍎 MacOS Builds / Defaults (push) Waiting to run
🖥️ Windows Builds / Lint VS Project Files (push) Waiting to run
🖥️ Windows Builds / SSE4 (push) Blocked by required conditions
🖥️ Windows Builds / AVX2 (push) Blocked by required conditions
🖥️ Windows Builds / CMake (push) Waiting to run
This reverts commit 7faa132622.
This commit is contained in:
parent
7faa132622
commit
0f75bfe17d
1
.github/ISSUE_TEMPLATE/app_bug_report.yaml
vendored
1
.github/ISSUE_TEMPLATE/app_bug_report.yaml
vendored
@ -3,7 +3,6 @@ name: Application Bug Report
|
||||
description: Found a problem with the application itself (ie. bad file path handling, UX issue)? Help us improve it.
|
||||
title: "[BUG]: "
|
||||
labels: [Bug]
|
||||
type: [Bug]
|
||||
# assignees:
|
||||
# - octocat
|
||||
body:
|
||||
|
||||
1
.github/ISSUE_TEMPLATE/emu_bug_report.yaml
vendored
1
.github/ISSUE_TEMPLATE/emu_bug_report.yaml
vendored
@ -3,7 +3,6 @@ name: Emulation Bug Report
|
||||
description: Problem in a game (ie. graphical artifacts, crashes)? Help us improve it.
|
||||
title: "[BUG]: "
|
||||
labels: [Bug]
|
||||
type: [Bug]
|
||||
# assignees:
|
||||
# - octocat
|
||||
body:
|
||||
|
||||
1
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
1
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
@ -3,7 +3,6 @@ name: Feature request
|
||||
description: Suggest a new feature or improve an existing one
|
||||
title: "[Feature Request]: "
|
||||
labels: ["Enhancement / Feature Request", "FR: Awaiting Consideration"]
|
||||
type: [Enhancement]
|
||||
# assignees:
|
||||
# - octocat
|
||||
body:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user