improve GitHub support guidelines

This commit is contained in:
Jesse Plamondon-Willard 2018-05-08 12:55:07 -04:00
parent 52a0231def
commit 1a626b34a0
2 changed files with 11 additions and 4 deletions

View File

@ -1,16 +1,18 @@
Do you want to... Do you want to...
* **Ask for help using SMAPI?** * **Ask for help using SMAPI?**
Please post a message in the [SMAPI support thread](http://community.playstarbound.com/threads/108375), Please post a message in the [SMAPI support thread](http://community.playstarbound.com/threads/108375)
don't create a GitHub issue. or [ask on Discord](https://stardewvalleywiki.com/Modding:Community#Discord), don't create a
GitHub issue.
* **Report a bug?** * **Report a bug?**
Please post a message in the [SMAPI support thread](http://community.playstarbound.com/threads/108375) 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?** * **Submit a pull request?**
Pull requests are welcome! If you're submitting a new feature, it's best to discuss first to make 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). 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 Documenting your code and using the same formatting conventions is appreciated, but don't worry too

5
docs/SUPPORT.md Normal file
View File

@ -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).