From 9ecd4c31cadca0329b75939793cfcbf0bb0a845a Mon Sep 17 00:00:00 2001 From: IntegerLimit <103940576+IntegerLimit@users.noreply.github.com> Date: Sun, 19 Feb 2023 20:20:57 +1100 Subject: [PATCH] Merge Mod Addition Request with Feature Request --- .github/ISSUE_TEMPLATE/feature_request.md | 10 +++++++--- .../ISSUE_TEMPLATE/mod-addition-request.md | 20 ------------------- 2 files changed, 7 insertions(+), 23 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/mod-addition-request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 5e612c1..d8e5291 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- name: Feature request -about: Suggest an idea for Nomifactory. +about: Suggest an idea, including mod additions, for Nomifactory. title: '' labels: enhancement assignees: '' @@ -11,10 +11,14 @@ assignees: '' A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd like** -A clear and concise description of what you want to happen. +A clear and concise description of what you want to happen. + +**Describe how the solution will work** +Describe how the solution will fix the problem, or add to the pack. +If you are suggesting a mod, please describe what the mod does, and how it will add to the pack. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** -Add any other context or screenshots about the feature request here. +Add any other context or screenshots about the feature request here. If you are suggesting a mod, please also add a link to the mod's CurseForge page. diff --git a/.github/ISSUE_TEMPLATE/mod-addition-request.md b/.github/ISSUE_TEMPLATE/mod-addition-request.md deleted file mode 100644 index eb8a6f8..0000000 --- a/.github/ISSUE_TEMPLATE/mod-addition-request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Mod Addition Request -about: Suggest a mod to be added to Nomifactory. -title: '' -labels: enhancement -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Please describe the mod, and how it will be useful.** -A clear and concise description of why you want this mod into the game, what it is, and how it will be useful. - -**Link to the mod:** -Provide a link to the mod on CurseForge. It will be further helpful if a link to the mod's GitHub is also provided. - -**Additional context** -Add any other context or screenshots about the feature request here.