diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2023-01-28 16:40:52 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2023-01-28 16:40:52 -0500 |
commit | b9fe45b091484381d2f60220fb09fe7341b20b73 (patch) | |
tree | 17ef6820630b074d958e79008f38d7c7e00d5ffd /src/SMAPI.sln | |
parent | 8ee555c07aaaaa31fe4ceee9e98efa4408192db1 (diff) | |
download | SMAPI-b9fe45b091484381d2f60220fb09fe7341b20b73.tar.gz SMAPI-b9fe45b091484381d2f60220fb09fe7341b20b73.tar.bz2 SMAPI-b9fe45b091484381d2f60220fb09fe7341b20b73.zip |
rework GitHub issue templates to further discourage creating support issues
Diffstat (limited to 'src/SMAPI.sln')
-rw-r--r-- | src/SMAPI.sln | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/SMAPI.sln b/src/SMAPI.sln index 8bf86487..99b9dc83 100644 --- a/src/SMAPI.sln +++ b/src/SMAPI.sln @@ -19,9 +19,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{4B1C EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ISSUE_TEMPLATE", "ISSUE_TEMPLATE", "{F4453AB6-D7D6-447F-A973-956CC777968F}" ProjectSection(SolutionItems) = preProject - ..\.github\ISSUE_TEMPLATE\bug_report.md = ..\.github\ISSUE_TEMPLATE\bug_report.md - ..\.github\ISSUE_TEMPLATE\feature_request.md = ..\.github\ISSUE_TEMPLATE\feature_request.md - ..\.github\ISSUE_TEMPLATE\general.md = ..\.github\ISSUE_TEMPLATE\general.md + ..\.github\ISSUE_TEMPLATE\config.yml = ..\.github\ISSUE_TEMPLATE\config.yml + ..\.github\ISSUE_TEMPLATE\custom.md = ..\.github\ISSUE_TEMPLATE\custom.md EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{09CF91E5-5BAB-4650-A200-E5EA9A633046}" |