chore: Add issue templates

This commit is contained in:
Linnea Gräf
2025-03-10 22:43:50 +01:00
parent bb627157c2
commit 700f6c1cb2
3 changed files with 69 additions and 0 deletions

29
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@@ -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.

9
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -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.

31
.github/ISSUE_TEMPLATE/feature.yml vendored Normal file
View File

@@ -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.