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/CONTRIBUTING.md | |
parent | 9461494a35b789c679a799fc9c5db2321d19d803 (diff) | |
download | SMAPI-52914515a28f26305253c02e1bb99d8d9eaad15a.tar.gz SMAPI-52914515a28f26305253c02e1bb99d8d9eaad15a.tar.bz2 SMAPI-52914515a28f26305253c02e1bb99d8d9eaad15a.zip |
add community short url
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r-- | .github/CONTRIBUTING.md | 13 |
1 files changed, 5 insertions, 8 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. |