diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-07-11 12:19:04 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-07-11 12:19:04 -0400 |
commit | e71cfc63b5be6b0665d5da86bfa9c63eb3c02e9a (patch) | |
tree | 1acefdb19e18cc19ed61821da0ae8ed167215e1a | |
parent | 1b1e89ebc5efc40c07d7a69daa455851f98baa96 (diff) | |
download | SMAPI-e71cfc63b5be6b0665d5da86bfa9c63eb3c02e9a.tar.gz SMAPI-e71cfc63b5be6b0665d5da86bfa9c63eb3c02e9a.tar.bz2 SMAPI-e71cfc63b5be6b0665d5da86bfa9c63eb3c02e9a.zip |
add GitHub issue templates
-rw-r--r-- | .github/CONTRIBUTING.md (renamed from docs/CONTRIBUTING.md) | 0 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 32 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 15 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/general.md | 15 | ||||
-rw-r--r-- | .github/SUPPORT.md (renamed from docs/SUPPORT.md) | 0 |
5 files changed, 62 insertions, 0 deletions
diff --git a/docs/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 052cec2c..052cec2c 100644 --- a/docs/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..7b5d5a6f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Report a problem with SMAPI. + +--- + +<!-- + +Only report a bug here if you're sure it's a SMAPI bug! To request support instead, see: + - #modding on Discord: https://stardewvalleywiki.com/Modding:Community#Discord + - support forum thread: https://community.playstarbound.com/threads/108375 + - Nexus mod page: https://www.nexusmods.com/stardewvalley/mods/2400 + +Replace the instructions below with the bug details. + +--> + +**Describe the bug** +A clear and concise description of what the bug is. Provide any other details you think might be relevant here. + +**To Reproduce** +Exact steps which reproduce the bug, if possible. For example: +1. Load save '...'. +2. Walk to '....'. +3. Click '....'. +4. Error occurs. + +**Log file** +Upload your SMAPI log to https://log.smapi.io and post a link here. + +**Screenshots** +If applicable, add screenshots to help explain your problem. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..3f671ccc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,15 @@ +--- +name: Feature request +about: Suggest an idea for SMAPI. + +--- + +<!-- + +GitHub issues are only used for development tasks. Please don't submit feature requests here! Instead, see... + + - #modding on Discord: https://stardewvalleywiki.com/Modding:Community#Discord + - support forum thread: https://community.playstarbound.com/threads/108375 + - Nexus page: https://www.nexusmods.com/stardewvalley/mods/2400 + +--> diff --git a/.github/ISSUE_TEMPLATE/general.md b/.github/ISSUE_TEMPLATE/general.md new file mode 100644 index 00000000..00c31305 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/general.md @@ -0,0 +1,15 @@ +--- +name: General +about: Create a ticket about something else. + +--- + +<!-- + +GitHub issues are only used for development tasks. For support and questions, see... + + - #modding on Discord: https://stardewvalleywiki.com/Modding:Community#Discord + - support forum thread: https://community.playstarbound.com/threads/108375 + - Nexus page: https://www.nexusmods.com/stardewvalley/mods/2400 + +--> diff --git a/docs/SUPPORT.md b/.github/SUPPORT.md index 757aadee..757aadee 100644 --- a/docs/SUPPORT.md +++ b/.github/SUPPORT.md |