summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-05-08 12:55:07 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-05-08 12:55:07 -0400
commit1a626b34a03212809880a5c5d034bf3962d4abd7 (patch)
tree57a758d42b686f8db2c7c732dd40ad0c8a0062cb /docs
parent52a0231defb5bc65a4b2431610998045e0c98da6 (diff)
downloadSMAPI-1a626b34a03212809880a5c5d034bf3962d4abd7.tar.gz
SMAPI-1a626b34a03212809880a5c5d034bf3962d4abd7.tar.bz2
SMAPI-1a626b34a03212809880a5c5d034bf3962d4abd7.zip
improve GitHub support guidelines
Diffstat (limited to 'docs')
-rw-r--r--docs/CONTRIBUTING.md10
-rw-r--r--docs/SUPPORT.md5
2 files changed, 11 insertions, 4 deletions
diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md
index 52d47a4b..052cec2c 100644
--- a/docs/CONTRIBUTING.md
+++ b/docs/CONTRIBUTING.md
@@ -1,16 +1,18 @@
Do you want to...
* **Ask for help using SMAPI?**
- Please post a message in the [SMAPI support thread](http://community.playstarbound.com/threads/108375),
- don't create a GitHub issue.
+ 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.
* **Report a bug?**
Please post a message in the [SMAPI support thread](http://community.playstarbound.com/threads/108375)
- instead, unless you're sure it's a bug in SMAPI itself.
+ or [ask on Discord](https://stardewvalleywiki.com/Modding:Community#Discord) instead, unless
+ you're sure it's a bug in SMAPI itself.
* **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://discord.gg/kH55QXP)
+ 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).
Documenting your code and using the same formatting conventions is appreciated, but don't worry too
diff --git a/docs/SUPPORT.md b/docs/SUPPORT.md
new file mode 100644
index 00000000..757aadee
--- /dev/null
+++ b/docs/SUPPORT.md
@@ -0,0 +1,5 @@
+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).