From 64120ac93cebe98789e27df1df8ee0fb82d6100e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Zi=C4=99ciak?= Date: Fri, 1 Mar 2024 00:33:13 +0100 Subject: [PATCH] Add issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 11 ++++ .github/ISSUE_TEMPLATE/report_bug.yml | 52 +++++++++++++++++++ .github/ISSUE_TEMPLATE/translation_request.md | 11 ++++ 3 files changed, 74 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/report_bug.yml create mode 100644 .github/ISSUE_TEMPLATE/translation_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..f46c8a2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,11 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '[💡]: ' +labels: enhancement +assignees: '' + +--- + +**Before continuing** +Be sure to read the mod wiki page to verify that your requested feature isn't already added. Pay particular attention to the *configuration* section \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/report_bug.yml b/.github/ISSUE_TEMPLATE/report_bug.yml new file mode 100644 index 0000000..0f593fc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report_bug.yml @@ -0,0 +1,52 @@ +name: Report Bug +description: Found a bug? Report it. +title: "[🐞]: " +labels: "bug" +body: + - type: markdown + attributes: + value: | + BUG + + - type: checkboxes + id: pre-report-bug + attributes: + label: "Before Continuing:" + options: + - label: "Always check you are using the latest version of the mods and its dependencies" + required: true + - label: "Remove mod that enhances Minecraft: Optifine, Sodium, others. The issue persists." + required: true + - label: "If you are unsure which mod is the culprit.\nDisable all of your mods and enable them 1-2 mods each time to isolate the culprit" + required: true + - label: "Confirm that there is no existing issue with a similar description submitted in the list of issues." + required: true + + - type: dropdown + id: version + attributes: + label: Version + description: The Version of Minecraft? + options: + - 1.20.1-FABRIC + default: 0 + validations: + required: true + + - type: input + id: supplementaries + attributes: + label: SquaredAdditions Version + description: The current version of SquaredAdditions + placeholder: ex. SquaredAdditions-1.0.0 + validations: + required: true + + - type: textarea + id: issue-details + attributes: + label: "Issue Detail" + description: "A clear and concise description of what the bug is." + placeholder: "TIP: Always include A log if the issue is causing a crash. These are found in your instance directory under /logs. \nTIP: If applicable, add screenshots to help explain your problem." + validations: + required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/translation_request.md b/.github/ISSUE_TEMPLATE/translation_request.md new file mode 100644 index 0000000..1ba9a2e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/translation_request.md @@ -0,0 +1,11 @@ +--- +name: Translation request +about: Suggest a new language or report missing translation +title: '[🗣️]: ' +labels: translation +assignees: '' + +--- + +**Before continuing** +Be sure to read the mod wiki page to verify that your requested feature isn't already added. Pay particular attention to the *configuration* section \ No newline at end of file