-
-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
292 changed files
with
12,399 additions
and
7,746 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
using System.Reflection; | ||
|
||
[assembly: AssemblyProduct("SMAPI")] | ||
[assembly: AssemblyVersion("2.5.5")] | ||
[assembly: AssemblyFileVersion("2.5.5")] | ||
[assembly: AssemblyVersion("2.6.0")] | ||
[assembly: AssemblyFileVersion("2.6.0")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.