From 172b9103230ba31df292dfb9157dc383f0a4fdca Mon Sep 17 00:00:00 2001 From: Gareth Williams <840990+Gaz492@users.noreply.github.com> Date: Fri, 17 Jan 2025 09:51:43 +0000 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_reports.yml | 13 +++++++++++-- .github/ISSUE_TEMPLATE/suggestion.yml | 1 + 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_reports.yml b/.github/ISSUE_TEMPLATE/bug_reports.yml index e1e6faa..fd4bfca 100644 --- a/.github/ISSUE_TEMPLATE/bug_reports.yml +++ b/.github/ISSUE_TEMPLATE/bug_reports.yml @@ -2,11 +2,20 @@ name: 'Bug Report' description: 'Report an issue with the a modpack. ONE ISSUE PER REPORT' labels: - 'Bug' +type: 'Bug' body: - type: 'markdown' attributes: - value: '## If you are having more than one issue, please open separate bug - reports' + value: >- + ### Before filling out this report, please read the following + + - Only 1 issue per bug report, if you need to report multiple issues, + open multiple bug reports + + - Checked if the issue still exists on the latest version of the modpack + + - If you have modified the pack, check if the issue exists on a + clean/fresh install of the modpack - type: 'dropdown' id: 'ftb-modpack-dropdown' attributes: diff --git a/.github/ISSUE_TEMPLATE/suggestion.yml b/.github/ISSUE_TEMPLATE/suggestion.yml index ba135ad..b43f220 100644 --- a/.github/ISSUE_TEMPLATE/suggestion.yml +++ b/.github/ISSUE_TEMPLATE/suggestion.yml @@ -2,6 +2,7 @@ name: 'Suggestion' description: 'Suggestion' labels: - 'Enhancement' +type: 'Feature' body: - type: 'dropdown' id: 'ftb-modpack-dropdown'