summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-07-08 12:54:06 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-07-08 12:54:06 -0400
commit1edd98aef027faa768f56cf0b3591e64e20ba096 (patch)
treeaec210e2b44c9654f29572dd084206a4598896e1 /CONTRIBUTING.md
parent36930ffd7d363d6afd7f8cac4918c7d1c1c3e339 (diff)
parent8743c4115aa142113d791f2d2cd9ba811dcada2c (diff)
downloadSMAPI-1edd98aef027faa768f56cf0b3591e64e20ba096.tar.gz
SMAPI-1edd98aef027faa768f56cf0b3591e64e20ba096.tar.bz2
SMAPI-1edd98aef027faa768f56cf0b3591e64e20ba096.zip
Merge branch 'develop' into stable
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 00000000..52d47a4b
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,17 @@
+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.
+
+* **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.
+
+* **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)
+ 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
+ much about it. We'll fix up the code after we accept the pull request if needed.