-
Notifications
You must be signed in to change notification settings - Fork 888
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
68 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
name: 💥 Automatic crash report | ||
description: Do not use this template for bug reports. This template is only for automatic crash reports. | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe what you were doing when the crash happened | ||
description: If applicable, add screenshots to help explain your problem. | ||
placeholder: | | ||
1. Went to '...' | ||
2. Clicked on '...' | ||
3. Scrolled down to '...' | ||
4. Saw error | ||
- type: input | ||
id: gdevelop_version | ||
attributes: | ||
label: GDevelop version | ||
description: | | ||
The version of GDevelop used. Leave the prefilled value. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: platform_info | ||
attributes: | ||
label: Platform info | ||
description: | | ||
The platform you are using GDevelop on. Leave the prefilled value. | ||
- type: textarea | ||
id: error_stack | ||
attributes: | ||
label: Additional error context | ||
description: Additonal context about the problem. Leave the prefilled value. | ||
- type: textarea | ||
id: component_stack | ||
attributes: | ||
label: Additional component context | ||
description: Additonal context about the problem. Leave the prefilled value. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters