Skip to content

Commit

Permalink
Bug templates v2 (#444)
Browse files Browse the repository at this point in the history
* Create windows--bug-report.yml

Updated windows bug issue to use YML for better and more precise bug reporting

* Delete .github/ISSUE_TEMPLATE/windows--bug-report.md

v1 removed

* Delete .github/ISSUE_TEMPLATE/macos--bug-report.md

removal of v1 template

* Create macos--bug-report.yml

V2 of the template using YML for better formatting

* Create linux--bug-report.yml

Created Linux Template using YML for v2 for better formatting

* Delete .github/ISSUE_TEMPLATE/linux--bug-report.md

remove v1 template
  • Loading branch information
brichardson1991 authored Jan 30, 2025
1 parent 59b2692 commit d7c800b
Show file tree
Hide file tree
Showing 6 changed files with 185 additions and 114 deletions.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/linux--bug-report.md

This file was deleted.

70 changes: 70 additions & 0 deletions .github/ISSUE_TEMPLATE/linux--bug-report.yml
Original file line number Diff line number Diff line change
@@ -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
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/macos--bug-report.md

This file was deleted.

57 changes: 57 additions & 0 deletions .github/ISSUE_TEMPLATE/macos--bug-report.yml
Original file line number Diff line number Diff line change
@@ -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
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/windows--bug-report.md

This file was deleted.

58 changes: 58 additions & 0 deletions .github/ISSUE_TEMPLATE/windows--bug-report.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d7c800b

Please sign in to comment.