summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md13
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md6
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md7
-rw-r--r--.github/ISSUE_TEMPLATE/general.md7
-rw-r--r--.github/SUPPORT.md5
5 files changed, 13 insertions, 25 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 052cec2c..8746a487 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -1,19 +1,16 @@
Do you want to...
* **Ask for help using SMAPI?**
- Please post a message in the [SMAPI support thread](http://community.playstarbound.com/threads/108375)
- or [ask on Discord](https://stardewvalleywiki.com/Modding:Community#Discord), don't create a
- GitHub issue.
+ Please ask in [the Stardew Valley Discord or mod forums](https://smapi.io/community), don't
+ create a GitHub issue.
* **Report a bug?**
- Please post a message in the [SMAPI support thread](http://community.playstarbound.com/threads/108375)
- or [ask on Discord](https://stardewvalleywiki.com/Modding:Community#Discord) instead, unless
- you're sure it's a bug in SMAPI itself.
+ Please report it in [the Stardew Valley Discord or mod forums](https://smapi.io/community), don't
+ create a GitHub issue unless you're sure it's a bug in the SMAPI code.
* **Submit a pull request?**
Pull requests are welcome! If you're submitting a new feature, it's best to discuss first to make
- sure it'll be accepted. Feel free to come chat in [#modding on Discord](https://stardewvalleywiki.com/Modding:Community#Discord)
- or post in the [SMAPI support thread](http://community.playstarbound.com/threads/108375).
+ sure it'll be accepted. Feel free to come chat [on Discord or in the SMAPI discussion thread](https://smapi.io/community).
Documenting your code and using the same formatting conventions is appreciated, but don't worry too
much about it. We'll fix up the code after we accept the pull request if needed.
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.
-->
diff --git a/.github/SUPPORT.md b/.github/SUPPORT.md
index 757aadee..9263666f 100644
--- a/.github/SUPPORT.md
+++ b/.github/SUPPORT.md
@@ -1,5 +1,4 @@
GitHub issues are only used for SMAPI development tasks.
-To get help with SMAPI problems, you can...
-* [ask on Discord](https://stardewvalleywiki.com/Modding:Community#Discord);
-* or post in the [SMAPI support thread](https://community.playstarbound.com/threads/108375).
+To get help with SMAPI problems, [ask on Discord or in the forums](https://smapi.io/community)
+instead.