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 /.github/ISSUE_TEMPLATE/feature.yml | |
| parent | bb627157c217d3ebd632e51447e60acce1a81f86 (diff) | |
| download | Firmament-700f6c1cb2198f9b2a3c8c91f50fcba937a6c4c3.tar.gz Firmament-700f6c1cb2198f9b2a3c8c91f50fcba937a6c4c3.tar.bz2 Firmament-700f6c1cb2198f9b2a3c8c91f50fcba937a6c4c3.zip | |
chore: Add issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature.yml | 31 |
1 files changed, 31 insertions, 0 deletions
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. |
