From 4ae3f77327aa28a58c9bc9f2018fd32f7f50496a Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sat, 23 Mar 2024 14:57:35 -0400 Subject: [PATCH] minor template changes --- .gitea/issue_template/bug_report.yaml | 2 +- .../{suggestion.yaml => mod_suggestion.yaml} | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) rename .gitea/issue_template/{suggestion.yaml => mod_suggestion.yaml} (92%) diff --git a/.gitea/issue_template/bug_report.yaml b/.gitea/issue_template/bug_report.yaml index 43e2b14..5b9e71c 100644 --- a/.gitea/issue_template/bug_report.yaml +++ b/.gitea/issue_template/bug_report.yaml @@ -10,7 +10,7 @@ body: attributes: label: Please confirm that; options: - - label: I have checked that this issue does not already have an opened/closed [issue](https://www.coastalcommits.com/GalacticFactory/GalacticFactory/issues) or [pull request](https://www.coastalcommits.com/GalacticFactory/GalacticFactory/pulls) associated with it + - label: I have checked that this issue does not already have an opened/closed [issue](https://www.coastalcommits.com/GalacticFactory/GalacticFactory/issues) or [pull request](https://www.coastalcommits.com/GalacticFactory/GalacticFactory/pulls) associated with it. required: true - type: textarea id: what-happened diff --git a/.gitea/issue_template/suggestion.yaml b/.gitea/issue_template/mod_suggestion.yaml similarity index 92% rename from .gitea/issue_template/suggestion.yaml rename to .gitea/issue_template/mod_suggestion.yaml index a923b3d..c50ee9a 100644 --- a/.gitea/issue_template/suggestion.yaml +++ b/.gitea/issue_template/mod_suggestion.yaml @@ -10,11 +10,11 @@ body: attributes: label: Please confirm that; options: - - label: I have checked that this mod is not already in the modpack + - label: I have checked that this mod is not already in the modpack. required: true - - label: I have checked that this mod does not already have an opened/closed [issue](https://www.coastalcommits.com/GalacticFactory/GalacticFactory/issues) or [pull request](https://www.coastalcommits.com/GalacticFactory/GalacticFactory/pulls) associated with it + - label: I have checked that this mod does not already have an opened/closed [issue](https://www.coastalcommits.com/GalacticFactory/GalacticFactory/issues) or [pull request](https://www.coastalcommits.com/GalacticFactory/GalacticFactory/pulls) associated with it. required: true - - label: I have read the [Contribution Guidelines](https://www.coastalcommits.com/GalacticFactory/GalacticFactory/src/branch/master/CONTRIBUTING.md) + - label: I have read the [Contribution Guidelines](https://www.coastalcommits.com/GalacticFactory/GalacticFactory/src/branch/master/CONTRIBUTING.md). required: true - type: input id: mod-name @@ -46,7 +46,7 @@ body: label: Checklist description: Please check all that apply. options: - - label: This mod has a 1.20.1 Forge version - - label: If not, this mod has a 1.20.1 Fabric version that works with [Sinytra Connector](https://modrinth.com/mod/connector) - - label: This mod does not cause compatibility issues with other mods in the modpack - - label: This mod is not made redundant by other mods in the modpack + - label: This mod has a 1.20.1 Forge version. + - label: If not, this mod has a 1.20.1 Fabric version that works with [Sinytra Connector](https://modrinth.com/mod/connector). + - label: This mod does not cause compatibility issues with other mods in the modpack. + - label: This mod is not made redundant by other mods in the modpack.