-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Copy template from other project.
- Loading branch information
Showing
3 changed files
with
5 additions
and
124 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 |
---|---|---|
@@ -1,70 +1,15 @@ | ||
name: Bug Report | ||
description: Report a bug or unexpected behavior you encountered. | ||
description: You are creating a Game with Flame but you are noticing some strange behavior, that it throws an unexpected exception, or that it is not working according to the specifications. | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
When reporting a bug, please complete this template thoroughly to help us address the issue effectively! | ||
When reporting a bug, please read this complete template and fill in all the questions in order to get a better response! | ||
- type: textarea | ||
id: description-of-bug | ||
id: what-happened | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of what the bug is. | ||
label: What happened? | ||
description: Tell us, what happened? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: reproduction-steps | ||
attributes: | ||
label: To reproduce | ||
description: Steps to reproduce the behavior. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expectation | ||
attributes: | ||
label: Expected behavior | ||
description: A clear and concise description of what you expected to happen. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: library-version | ||
attributes: | ||
label: Library version | ||
description: Library and dart version where the bug was found. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: platforms | ||
attributes: | ||
label: Platform information | ||
description: Information about the platform where the bug was found. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Additional context | ||
description: Share any additional context or information about the bug. | ||
|
||
- type: multiple_choice | ||
id: experience | ||
attributes: | ||
label: How experienced are you with this library? | ||
description: This helps us understand where in the user journey this issue might arise. | ||
options: | ||
- label: Beginner - Just getting started with this library | ||
- label: Intermediate - Familiar with the basics or have used it in a few projects | ||
- label: Expert - Experienced and comfortable with using this library in complex projects | ||
|
||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Are you interested in working on a PR for this? | ||
options: | ||
- label: I want to work on this |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.