Skip to content

Commit

Permalink
Change Bug report issue template to Github Forms (#5250)
Browse files Browse the repository at this point in the history
  • Loading branch information
st-Wook committed Apr 21, 2023
1 parent d6a15d4 commit 55c7c4e
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/--bug-report.md

This file was deleted.

54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/--bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
name: "🐛Bug report"
description: "Create a bug report about GDevelop or the game engine"
body:
- type: textarea
attributes:
label: Describe the bug
description: |
A clear and concise description of what the bug is.
Please double check that the bug is not already reported in the issues list.
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce
description: |
* Please include a link to a game if possible!
* If applicable, add screenshots to help explain your problem.
placeholder: |
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
validations:
required: true
- type: dropdown
attributes:
label: GDevelop platform
description: Which platform of GDevelop are you using?
multiple: true
options:
- Desktop
- Web
- Mobile
validations:
required: true
- type: input
attributes:
label: GDevelop version
description: Which version of GDevelop are you using?
placeholder: 5.1.159? 5.1.160?
validations:
required: true
- type: textarea
attributes:
label: Platform info
value: |
OS:
OS Version:
Browser(For Web):
Device(For Mobile):
- type: textarea
attributes:
label: Additional context
description: Add any other context about the problem here.

0 comments on commit 55c7c4e

Please sign in to comment.