Skip to content

Commit 700f6c1

Browse files
committed
chore: Add issue templates
1 parent bb62715 commit 700f6c1

File tree

3 files changed

+69
-0
lines changed

3 files changed

+69
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# SPDX-FileCopyrightText: 2024 Linnea Gräf <nea@nea.moe>
2+
#
3+
# SPDX-License-Identifier: CC0-1.0
4+
5+
name: Mod Bug Report
6+
description: Report a bug or crash in Firmament
7+
labels:
8+
- bug
9+
body:
10+
- type: input
11+
id: version
12+
attributes:
13+
label: Firmament Version
14+
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.
15+
validations:
16+
required: true
17+
- type: textarea
18+
id: description
19+
attributes:
20+
label: Bug Description
21+
description: Please describe the bug you encountered and what you did before you encountered it.
22+
validations:
23+
required: true
24+
- type: textarea
25+
attributes:
26+
label: Minecraft Log
27+
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.
28+
render: plain text
29+
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.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# SPDX-FileCopyrightText: 2024 Linnea Gräf <nea@nea.moe>
2+
#
3+
# SPDX-License-Identifier: CC0-1.0
4+
5+
blank_issues_enabled: true
6+
contact_links:
7+
- name: Discord Server
8+
url: https://discord.gg/64pFP94AWA
9+
about: For non bug support, check out the Discord.

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# SPDX-FileCopyrightText: 2024 Linnea Gräf <nea@nea.moe>
2+
#
3+
# SPDX-License-Identifier: CC0-1.0
4+
5+
name: Feature Request
6+
description: Request a new feature or for a feature to be expanded.
7+
labels:
8+
- enhancement
9+
body:
10+
- type: markdown
11+
attributes:
12+
value: |
13+
Thank you for expressing your interest in a new Firmament feature.
14+
Please keep in mind that not every feature is a good fit for Firmament,
15+
*especially* if there is already another mod for Firmaments versions
16+
which covers that feature very well. It doesn't hurt to ask, but please
17+
understand that even features I want to implement, might take some time
18+
to be fully realized.
19+
20+
Before creating a feature request, please check if the feature complies
21+
with [HyPixel rules](https://hypixel.net/skyblock-rules).
22+
- type: textarea
23+
attributes:
24+
label: Describe the feature
25+
description: Please describe the feature you are looking for.
26+
validations:
27+
required: true
28+
- type: input
29+
attributes:
30+
label: Other mods
31+
description: Do you know of other mods that have this feature already? If so, please list them here.

0 commit comments

Comments
 (0)