diff --git a/.github/ISSUE_TEMPLATE/linux--bug-report.md b/.github/ISSUE_TEMPLATE/linux--bug-report.md deleted file mode 100644 index 221472b7..00000000 --- a/.github/ISSUE_TEMPLATE/linux--bug-report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: 'Linux: Bug report' -about: Create an issue that is happening on a distro of Linux -title: '' -labels: bug, Linux -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behaviour: -1. In the Game/Lobby -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behaviour** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Client Log or Crash Logs** -From your Yuri's Revenge install folder, please ensure you submit either your logs where possible: -Client\client.log -or -Client\ClientCrashLogs\ClientCrashLog_DATE_TIME.txt - -**Desktop (please complete the following information):** - - Linux Distro: [Debian, Ubuntu, Lutris, Manjaro, Pop OS] - - Game Version: [Live, Dev, Beta] - - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/linux--bug-report.yml b/.github/ISSUE_TEMPLATE/linux--bug-report.yml new file mode 100644 index 00000000..e1966585 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/linux--bug-report.yml @@ -0,0 +1,70 @@ +name: 'Linux: Bug report' +about: Create an issue that is happening on MacOS +title: '[Linux Bug]: ' +labels: bug, Linux +assignees: + - '' +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: textarea + id: what-happened + attributes: + label: What happened? / Steps to reproduce + description: What were you doing when the bug occurred? + placeholder: Tell us what you saw! eg. "I clicked on a building, paused it, unpaused it and it stayed paused." + value: "A clear and concise description of what the bug is." + validations: + required: true + - type: textarea + id: what-should-happen + attributes: + label: What should have happened? + description: What were you expecting to happen? + placeholder: Tell us what you expected to see! eg. "The building should have unpaused and started working again." + value: "A clear and concise description of what you expected to happen." + validations: + required: true + - type: dropdown + id: LinuxVersion + description: What main distro of Linux are you using? + attributes: + options: + - Arch + - Debian + - Fedora + - Ubuntu + - Lutris + - Majoro + - Pop OS + default: 0 + validations: + required: true + - type: textarea + id: linuxdistroversion + attributes: + label: Linux Distro Version + description: Please provide the version of the Linux Distro you are using. Or the full distro name and version if not one from above + placeholder: Tell us which Linux Distro you are using! eg. "Ubuntu 20.04" + value: "" + validations: + required: true + - type: dropdown + id: GameVersion + description: What version of the game are you using? + attributes: + options: + - Live + - Dev + - Beta + default: 0 + validations: + required: true + - type: textarea + id: logs + attributes: + label: Client Log or Client Crash Log + description: Please copy and paste a log output. The file can be located in either "Client\client.log" or "Client\ClientCrashLogs\ClientCrashLog_%DATE%_%TIME%.txt" This will be automatically formatted into code, so no need for backticks. + render: shell diff --git a/.github/ISSUE_TEMPLATE/macos--bug-report.md b/.github/ISSUE_TEMPLATE/macos--bug-report.md deleted file mode 100644 index a8db525f..00000000 --- a/.github/ISSUE_TEMPLATE/macos--bug-report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: 'MacOS: Bug report' -about: Create an issue that is happening on MacOS -title: '' -labels: bug, MacOS -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behaviour: -1. In the Game/Lobby -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behaviour** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Client Log or Crash Logs** -From your Yuri's Revenge install folder, please ensure you submit either your logs where possible: -Client\client.log -or -Client\ClientCrashLogs\ClientCrashLog_DATE_TIME.txt - -**Desktop (please complete the following information):** - - MacOS Version: [13 Ventura, 14 Sonoma, 15 Sequoia] - - Game Version: [Live, Dev, Beta] - - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/macos--bug-report.yml b/.github/ISSUE_TEMPLATE/macos--bug-report.yml new file mode 100644 index 00000000..d9032463 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/macos--bug-report.yml @@ -0,0 +1,57 @@ +name: 'MacOS: Bug report' +about: Create an issue that is happening on MacOS +title: '[MacOS Bug]: ' +labels: bug, MacOS +assignees: + - '' +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: textarea + id: what-happened + attributes: + label: What happened? / Steps to reproduce + description: What were you doing when the bug occurred? + placeholder: Tell us what you saw! eg. "I clicked on a building, paused it, unpaused it and it stayed paused." + value: "A clear and concise description of what the bug is." + validations: + required: true + - type: textarea + id: what-should-happen + attributes: + label: What should have happened? + description: What were you expecting to happen? + placeholder: Tell us what you expected to see! eg. "The building should have unpaused and started working again." + value: "A clear and concise description of what you expected to happen." + validations: + required: true + - type: dropdown + id: MacOSVersion + description: What version of MacOS are you using? + attributes: + options: + - 15 Sequoia + - 14 Sonoma + - 13 Ventura + default: 0 + validations: + required: true + - type: dropdown + id: GameVersion + description: What version of the game are you using? + attributes: + options: + - Live + - Dev + - Beta + default: 0 + validations: + required: true + - type: textarea + id: logs + attributes: + label: Client Log or Client Crash Log + description: Please copy and paste a log output. The file can be located in either "Client\client.log" or "Client\ClientCrashLogs\ClientCrashLog_%DATE%_%TIME%.txt" This will be automatically formatted into code, so no need for backticks. + render: shell diff --git a/.github/ISSUE_TEMPLATE/windows--bug-report.md b/.github/ISSUE_TEMPLATE/windows--bug-report.md deleted file mode 100644 index ad71989b..00000000 --- a/.github/ISSUE_TEMPLATE/windows--bug-report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: 'Windows: Bug report' -about: Create an issue that is happening on Windows -title: '' -labels: bug, Windows -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behaviour: -1. In the Game/Lobby -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behaviour** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Client Log or Crash Logs** -From your Yuri's Revenge install folder, please ensure you submit either your logs where possible: -Client\client.log -or -Client\ClientCrashLogs\ClientCrashLog_DATE_TIME.txt - -**Desktop (please complete the following information):** - - Windows Version: [7,8,10,11] - - Game Version: [Live, Dev, Beta] - - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/windows--bug-report.yml b/.github/ISSUE_TEMPLATE/windows--bug-report.yml new file mode 100644 index 00000000..f4f10afc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/windows--bug-report.yml @@ -0,0 +1,58 @@ +name: 'Windows: Bug report' +about: Create an issue that is happening on Windows +title: '[Windows Bug]: ' +labels: bug, Windows +assignees: + - '' +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: textarea + id: what-happened + attributes: + label: What happened? / Steps to reproduce + description: What were you doing when the bug occurred? + placeholder: Tell us what you saw! eg. "I clicked on a building, paused it, unpaused it and it stayed paused." + value: "A clear and concise description of what the bug is." + validations: + required: true + - type: textarea + id: what-should-happen + attributes: + label: What should have happened? + description: What were you expecting to happen? + placeholder: Tell us what you expected to see! eg. "The building should have unpaused and started working again." + value: "A clear and concise description of what you expected to happen." + validations: + required: true + - type: dropdown + id: WindowsVersion + description: What version of Windows are you using? + attributes: + options: + - Windows 11 + - Windows 10 + - Windows 8 + - Windows 7 + default: 0 + validations: + required: true + - type: dropdown + id: GameVersion + description: What version of the game are you using? + attributes: + options: + - Live + - Dev + - Beta + default: 0 + validations: + required: true + - type: textarea + id: logs + attributes: + label: Client Log or Client Crash Log + description: Please copy and paste a log output. The file can be located in either "Client\client.log" or "Client\ClientCrashLogs\ClientCrashLog_%DATE%_%TIME%.txt" This will be automatically formatted into code, so no need for backticks. + render: shell