mirror of https://github.com/PCSX2/pcsx2.git
GitHub: Add types to issue templates
This commit is contained in:
parent
fc4407aaef
commit
822cf69276
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue