summaryrefslogtreecommitdiff
path: root/.github/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-07-11 12:19:04 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-07-11 12:19:04 -0400
commite71cfc63b5be6b0665d5da86bfa9c63eb3c02e9a (patch)
tree1acefdb19e18cc19ed61821da0ae8ed167215e1a /.github/CONTRIBUTING.md
parent1b1e89ebc5efc40c07d7a69daa455851f98baa96 (diff)
downloadSMAPI-e71cfc63b5be6b0665d5da86bfa9c63eb3c02e9a.tar.gz
SMAPI-e71cfc63b5be6b0665d5da86bfa9c63eb3c02e9a.tar.bz2
SMAPI-e71cfc63b5be6b0665d5da86bfa9c63eb3c02e9a.zip
add GitHub issue templates
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r--.github/CONTRIBUTING.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
new file mode 100644
index 00000000..052cec2c
--- /dev/null
+++ b/.github/CONTRIBUTING.md
@@ -0,0 +1,19 @@
+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.
+
+* **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.
+
+* **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).
+
+ 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.