diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/-bug--bug-report.md similarity index 93% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/-bug--bug-report.md index 71e23aa2..e5f00799 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/-bug--bug-report.md @@ -1,7 +1,7 @@ --- -name: Bug report +name: "[BUG] Bug report" about: Create a report to help us improve -title: "Bug: " +title: "[BUG] : " labels: bug assignees: Zagrios diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/-feat---feature-request.md similarity index 88% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/-feat---feature-request.md index 245fee80..11b2a633 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/-feat---feature-request.md @@ -1,8 +1,8 @@ --- -name: Feature request +name: "[FEAT.] Feature request" about: Suggest an idea for this project -title: "Feature: " -labels: feature +title: "[FEAT.] : " +labels: enhancement assignees: Zagrios --- diff --git a/README.md b/README.md index 379c85cc..a2de6302 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- + logo

BSManager

diff --git a/assets/jsons/bs-versions.json b/assets/jsons/bs-versions.json index 4a469a76..bb354587 100644 --- a/assets/jsons/bs-versions.json +++ b/assets/jsons/bs-versions.json @@ -503,11 +503,11 @@ "year": "2022" }, { - "BSVersion": "1.27.0", - "BSManifest": "3485516174915301618", - "ReleaseURL": "https://steamcommunity.com/games/620980/announcements/detail/3629368753553708497", - "ReleaseImg": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/clans//32055887/d9ed8771498be7fc83721aaaaa5b15a08fbeadb1.png", + "BSVersion":"1.27.0", + "BSManifest":"3485516174915301618", + "ReleaseURL":"https://steamcommunity.com/games/620980/announcements/detail/3629368753553708497", + "ReleaseImg":"https://cdn.akamai.steamstatic.com/steamcommunity/public/images/clans//32055887/d9ed8771498be7fc83721aaaaa5b15a08fbeadb1.png", "ReleaseDate": "1670943003", "year": "2022" } -] \ No newline at end of file +] diff --git a/src/renderer/pages/settings-page.component.tsx b/src/renderer/pages/settings-page.component.tsx index e22d6e66..f6836334 100644 --- a/src/renderer/pages/settings-page.component.tsx +++ b/src/renderer/pages/settings-page.component.tsx @@ -145,8 +145,8 @@ export function SettingsPage() { } const openGithub = () => linkOpener.open("https://github.com/Zagrios/bs-manager"); - const openReportBug = () => linkOpener.open("https://github.com/Zagrios/bs-manager/issues/new?assignees=Zagrios&labels=bug&template=bug_report.md&title=%5BBUG%5D"); - const openRequestFeatures = () => linkOpener.open("https://github.com/Zagrios/bs-manager/issues/new?assignees=Zagrios&labels=enhancement&template=feature_request.md&title=%5BAME%5D"); + const openReportBug = () => linkOpener.open("https://github.com/Zagrios/bs-manager/issues/new?assignees=Zagrios&labels=bug&template=-bug--bug-report.md&title=%5BBUG%5D+%3A+"); + const openRequestFeatures = () => linkOpener.open("https://github.com/Zagrios/bs-manager/issues/new?assignees=Zagrios&labels=enhancement&template=-feat---feature-request.md&title=%5BFEAT.%5D+%3A+"); const openLogs = () => ipcService.sendLazy("open-logs");