diff options
author | Linnea Gräf <nea@nea.moe> | 2025-03-10 22:43:50 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2025-03-10 22:43:50 +0100 |
commit | 700f6c1cb2198f9b2a3c8c91f50fcba937a6c4c3 (patch) | |
tree | 92a321e914524fa0e1facfc001c617326617696c | |
parent | bb627157c217d3ebd632e51447e60acce1a81f86 (diff) | |
download | Firmament-700f6c1cb2198f9b2a3c8c91f50fcba937a6c4c3.tar.gz Firmament-700f6c1cb2198f9b2a3c8c91f50fcba937a6c4c3.tar.bz2 Firmament-700f6c1cb2198f9b2a3c8c91f50fcba937a6c4c3.zip |
chore: Add issue templates
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 29 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 9 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature.yml | 31 |
3 files changed, 69 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..dfc9c09 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,29 @@ +# SPDX-FileCopyrightText: 2024 Linnea Gräf <nea@nea.moe> +# +# SPDX-License-Identifier: CC0-1.0 + +name: Mod Bug Report +description: Report a bug or crash in Firmament +labels: + - bug +body: + - type: input + id: version + attributes: + label: Firmament Version + description: Which version of Firmament are you using. Please provide the full version name (found in the file name, or the mod list). Please **don't** say latest. + validations: + required: true + - type: textarea + id: description + attributes: + label: Bug Description + description: Please describe the bug you encountered and what you did before you encountered it. + validations: + required: true + - type: textarea + attributes: + label: Minecraft Log + description: Please provide the complete Minecraft Log. Please do not truncate your log, or extract only parts. Earlier parts of the log can contain important information. + render: plain text + placeholder: If you are worried about your log containing private information, you can use an external uploader like https://mclo.gs/ to strip all personal information, and paste the link in here instead. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..a3a11ba --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,9 @@ +# SPDX-FileCopyrightText: 2024 Linnea Gräf <nea@nea.moe> +# +# SPDX-License-Identifier: CC0-1.0 + +blank_issues_enabled: true +contact_links: + - name: Discord Server + url: https://discord.gg/64pFP94AWA + about: For non bug support, check out the Discord. diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 0000000..29fa766 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,31 @@ +# SPDX-FileCopyrightText: 2024 Linnea Gräf <nea@nea.moe> +# +# SPDX-License-Identifier: CC0-1.0 + +name: Feature Request +description: Request a new feature or for a feature to be expanded. +labels: + - enhancement +body: + - type: markdown + attributes: + value: | + Thank you for expressing your interest in a new Firmament feature. + Please keep in mind that not every feature is a good fit for Firmament, + *especially* if there is already another mod for Firmaments versions + which covers that feature very well. It doesn't hurt to ask, but please + understand that even features I want to implement, might take some time + to be fully realized. + + Before creating a feature request, please check if the feature complies + with [HyPixel rules](https://hypixel.net/skyblock-rules). + - type: textarea + attributes: + label: Describe the feature + description: Please describe the feature you are looking for. + validations: + required: true + - type: input + attributes: + label: Other mods + description: Do you know of other mods that have this feature already? If so, please list them here. |