diff --git a/.github/ISSUE_TEMPLATE/app_bug_report.yaml b/.github/ISSUE_TEMPLATE/app_bug_report.yaml index bd8c4c9d97..08db17aa0e 100644 --- a/.github/ISSUE_TEMPLATE/app_bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/app_bug_report.yaml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/emu_bug_report.yaml b/.github/ISSUE_TEMPLATE/emu_bug_report.yaml index 30f1b91685..4a7c90d096 100644 --- a/.github/ISSUE_TEMPLATE/emu_bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/emu_bug_report.yaml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 2785cd2372..08fdb14a66 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -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: