From 7267b70066f4f1f5662b333b10678149af49e20f Mon Sep 17 00:00:00 2001 From: Raffson Date: Mon, 2 Jan 2023 00:45:50 +0100 Subject: [PATCH] Update issue templates according to new labels --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/campaign_update.md | 2 +- .github/ISSUE_TEMPLATE/code_architecture.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/ISSUE_TEMPLATE/mod_support.md | 2 +- .github/ISSUE_TEMPLATE/new-game-bug.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index d43be14b..38607acc 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -3,7 +3,7 @@ name: Bug report description: > Use for any bug that happens after campaign generation. If the New Game wizard failed, use the "New Game wizard failed" template instead. -labels: bug +labels: ["Bug", "Priority Medium"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/campaign_update.md b/.github/ISSUE_TEMPLATE/campaign_update.md index 126cfa5d..a1f8dac9 100644 --- a/.github/ISSUE_TEMPLATE/campaign_update.md +++ b/.github/ISSUE_TEMPLATE/campaign_update.md @@ -2,7 +2,7 @@ name: Campaign update submission about: Submit an update to a campaign you maintain. title: 'Update for ' -labels: campaign-update-submission +labels: Campaign Update Submission assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/code_architecture.yml b/.github/ISSUE_TEMPLATE/code_architecture.yml index 9bb59cd1..7eabaf17 100644 --- a/.github/ISSUE_TEMPLATE/code_architecture.yml +++ b/.github/ISSUE_TEMPLATE/code_architecture.yml @@ -2,7 +2,7 @@ name: Code Architecture description: > Suggest a refactor, or other issues related to the codebase. -labels: ["refactor", "python"] +labels: ["Refactor", "Python", "Priority Low"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index e0a019e7..70cf7086 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -2,7 +2,7 @@ name: Feature Request description: > Suggest an idea for this project. -labels: enhancement +labels: ["Enhancement", "Priority Medium"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/mod_support.md b/.github/ISSUE_TEMPLATE/mod_support.md index 812a129c..88a1a10a 100644 --- a/.github/ISSUE_TEMPLATE/mod_support.md +++ b/.github/ISSUE_TEMPLATE/mod_support.md @@ -2,7 +2,7 @@ name: Mod support request about: Request Retribution support for new mods, or updates to existing mods title: Add/update -labels: mod support +labels: Mod Request assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/new-game-bug.yml b/.github/ISSUE_TEMPLATE/new-game-bug.yml index cb548b3c..d1d31061 100644 --- a/.github/ISSUE_TEMPLATE/new-game-bug.yml +++ b/.github/ISSUE_TEMPLATE/new-game-bug.yml @@ -3,7 +3,7 @@ name: New Game wizard failed description: > Use for bugs that prevent the "New Game" wizard from completing successfully. If the wizard completes without issue, use the normal bug report template. -labels: bug +labels: ["Bug", "Priority High"] body: - type: markdown attributes: