diff options
| author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-11-24 13:49:30 -0500 |
|---|---|---|
| committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-11-24 13:49:30 -0500 |
| commit | a3f21685049cabf2d824c8060dc0b1de47e9449e (patch) | |
| tree | ad9add30e9da2a50e0ea0245f1546b7378f0d282 /.github/ISSUE_TEMPLATE | |
| parent | 6521df7b131924835eb797251c1e956fae0d6e13 (diff) | |
| parent | 277bf082675b98b95bf6184fe3c7a45b969c7ac2 (diff) | |
| download | SMAPI-a3f21685049cabf2d824c8060dc0b1de47e9449e.tar.gz SMAPI-a3f21685049cabf2d824c8060dc0b1de47e9449e.tar.bz2 SMAPI-a3f21685049cabf2d824c8060dc0b1de47e9449e.zip | |
Merge branch 'develop' into stable
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. --> |
