GitHub: Add types to issue templates

This commit is contained in:
Berylskid 2025-07-19 14:06:41 +09:00
parent fc4407aaef
commit 822cf69276
3 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@ 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:

View File

@ -3,6 +3,7 @@ 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:

View File

@ -3,6 +3,7 @@ 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: