diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-10-01 13:48:23 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-10-01 13:48:23 -0400 |
commit | 52914515a28f26305253c02e1bb99d8d9eaad15a (patch) | |
tree | 500ee05284a0d815cef283a1575b3f3c5b0aef0a /.github/ISSUE_TEMPLATE | |
parent | 9461494a35b789c679a799fc9c5db2321d19d803 (diff) | |
download | SMAPI-52914515a28f26305253c02e1bb99d8d9eaad15a.tar.gz SMAPI-52914515a28f26305253c02e1bb99d8d9eaad15a.tar.bz2 SMAPI-52914515a28f26305253c02e1bb99d8d9eaad15a.zip |
add community short url
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 6 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 7 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/general.md | 7 |
3 files changed, 6 insertions, 14 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7b5d5a6f..74954cf4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,10 +6,8 @@ about: Report a problem with SMAPI. <!-- -Only report a bug here if you're sure it's a SMAPI bug! To request support instead, see: - - #modding on Discord: https://stardewvalleywiki.com/Modding:Community#Discord - - support forum thread: https://community.playstarbound.com/threads/108375 - - Nexus mod page: https://www.nexusmods.com/stardewvalley/mods/2400 +Only report a bug here if you're sure it's a SMAPI bug! +To request support instead, see https://smapi.io/community. Replace the instructions below with the bug details. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 3f671ccc..8d935dc8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -6,10 +6,7 @@ about: Suggest an idea for SMAPI. <!-- -GitHub issues are only used for development tasks. Please don't submit feature requests here! Instead, see... - - - #modding on Discord: https://stardewvalleywiki.com/Modding:Community#Discord - - support forum thread: https://community.playstarbound.com/threads/108375 - - Nexus page: https://www.nexusmods.com/stardewvalley/mods/2400 +GitHub issues are only used for development tasks. Please don't submit feature requests here! +Instead, see https://smapi.io/community to discuss SMAPI. --> diff --git a/.github/ISSUE_TEMPLATE/general.md b/.github/ISSUE_TEMPLATE/general.md index 00c31305..f02d3c9a 100644 --- a/.github/ISSUE_TEMPLATE/general.md +++ b/.github/ISSUE_TEMPLATE/general.md @@ -6,10 +6,7 @@ about: Create a ticket about something else. <!-- -GitHub issues are only used for development tasks. For support and questions, see... - - - #modding on Discord: https://stardewvalleywiki.com/Modding:Community#Discord - - support forum thread: https://community.playstarbound.com/threads/108375 - - Nexus page: https://www.nexusmods.com/stardewvalley/mods/2400 +GitHub issues are only used for development tasks. +For support and questions, see https://smapi.io/community instead. --> |