Skip to content

Commit

Permalink
Improve bug report template on GitHub (#5261)
Browse files Browse the repository at this point in the history
Do not show in changelog
  • Loading branch information
st-Wook committed May 2, 2023
1 parent 26289ee commit 7ec5a95
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions .github/ISSUE_TEMPLATE/--bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "馃悰Bug report"
description: "Create a bug report about GDevelop or the game engine"
name: 馃悰Bug report
description: Create a bug report about GDevelop or the game engine
body:
- type: checkboxes
attributes:
Expand All @@ -10,8 +10,7 @@ body:
- type: textarea
attributes:
label: Describe the bug
description: |
A clear and concise description of what the bug is.
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
Expand Down Expand Up @@ -51,10 +50,21 @@ body:
attributes:
label: Platform info
value: |
OS: (e.g. Windows, Linux, macOS, Android, iOS)
OS Version: (e.g. Windows 10, macOS 10.15)
Browser(For Web): (e.g. Chrome, Firefox, Safari)
Device(For Mobile): (e.g. iPhone 12, Samsung Galaxy S21)
<details>
*OS (e.g. Windows, Linux, macOS, Android, iOS)*
>
*OS Version (e.g. Windows 10, macOS 10.15)*
>
*Browser(For Web) (e.g. Chrome, Firefox, Safari)*
>
*Device(For Mobile) (e.g. iPhone 12, Samsung Galaxy S21)*
>
</details>
- type: textarea
attributes:
label: Additional context
Expand Down

0 comments on commit 7ec5a95

Please sign in to comment.