From ba5143403d118824bd45e8de7d93ef8283228c0a Mon Sep 17 00:00:00 2001 From: Martin Prokoph Date: Wed, 14 Feb 2024 12:52:16 +0100 Subject: [PATCH] Add issue template for mod support --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/mod_support.md | 20 ++++++++++++++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/mod_support.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9ca182d..7839915 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Create a report to help us improve -title: 'Bug: ' +title: 'Bug: TITLE HERE' labels: bug assignees: '' diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index a3ef59c..86d297d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature request about: Suggest an idea for this project -title: 'Feature: ' +title: 'Feature: TITLE HERE' labels: enhancement assignees: '' diff --git a/.github/ISSUE_TEMPLATE/mod_support.md b/.github/ISSUE_TEMPLATE/mod_support.md new file mode 100644 index 0000000..a95e825 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/mod_support.md @@ -0,0 +1,20 @@ +--- +name: Mod Support +about: Compatibility improvements with a specific mod (not for crashes) +title: 'Mod Support: MOD NAME HERE' +labels: mod compatibility +assignees: '' + +--- + +**Is your compatibility request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I've always wanted to [...] + +**Describe the way of compatibility you'd imagine** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative mods or workarounds you've considered. + +**Additional context** +Add any other context or screenshots/videos about the compatibility request here.