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.