From e71cfc63b5be6b0665d5da86bfa9c63eb3c02e9a Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 11 Jul 2018 12:19:04 -0400 Subject: add GitHub issue templates --- docs/CONTRIBUTING.md | 19 ------------------- docs/SUPPORT.md | 5 ----- 2 files changed, 24 deletions(-) delete mode 100644 docs/CONTRIBUTING.md delete mode 100644 docs/SUPPORT.md (limited to 'docs') diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md deleted file mode 100644 index 052cec2c..00000000 --- a/docs/CONTRIBUTING.md +++ /dev/null @@ -1,19 +0,0 @@ -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. diff --git a/docs/SUPPORT.md b/docs/SUPPORT.md deleted file mode 100644 index 757aadee..00000000 --- a/docs/SUPPORT.md +++ /dev/null @@ -1,5 +0,0 @@ -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). -- cgit