aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug_report.yml
blob: dfc9c09d66c4f90954de9a2dda977bdb8f3a6080 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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.