From d4467feb9e6cabfeb48482ecff5c2524a63d8f91 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sat, 23 Mar 2024 14:41:06 -0400 Subject: [PATCH] working on issue templates --- .forgejo/issue_template/bug_report.yaml | 11 +++++++++++ .forgejo/issue_template/config.yml | 5 +++-- .forgejo/issue_template/suggestion.yaml | 14 ++++++++++++-- 3 files changed, 26 insertions(+), 4 deletions(-) diff --git a/.forgejo/issue_template/bug_report.yaml b/.forgejo/issue_template/bug_report.yaml index 0a86927..abd17ff 100644 --- a/.forgejo/issue_template/bug_report.yaml +++ b/.forgejo/issue_template/bug_report.yaml @@ -6,6 +6,17 @@ body: attributes: value: | Thank you for taking the time to fill out this bug report! + - type: checkboxes + id: confirmation + attributes: + label: Please confirm that; + options: + - 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 + required: true + - label: I have read the [Contribution Guidelines](https://www.coastalcommits.com/GalacticFactory/GalacticFactory/src/branch/master/CONTRIBUTING.md) + required: true - type: textarea id: what-happened attributes: diff --git a/.forgejo/issue_template/config.yml b/.forgejo/issue_template/config.yml index 45d27c9..6a4237f 100644 --- a/.forgejo/issue_template/config.yml +++ b/.forgejo/issue_template/config.yml @@ -1,4 +1,5 @@ +blank_issues_enabled: false contact_links: - - name: Discord + - name: Other Concerns? url: https://discord.gg/SSUBDAkKdP - about: Need support? Join our Discord server! + about: Ask in our Discord server! diff --git a/.forgejo/issue_template/suggestion.yaml b/.forgejo/issue_template/suggestion.yaml index 8eb4481..9c523fc 100644 --- a/.forgejo/issue_template/suggestion.yaml +++ b/.forgejo/issue_template/suggestion.yaml @@ -1,11 +1,21 @@ name: Mod Suggestion about: Suggest a new mod -title: '' body: - type: markdown attributes: value: | - Thank you for taking the time to make a suggestion! Please read our [Contribution Guidelines](https://www.coastalcommits.com/GalacticFactory/GalacticFactory/src/branch/master/CONTRIBUTING.md) before submitting. + Thank you for taking the time to submit a mod suggestion! + - type: checkboxes + id: confirmation + attributes: + label: Please confirm that; + options: + - 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 + required: true + - 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 attributes: