-
-
Notifications
You must be signed in to change notification settings - Fork 912
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/brightness-example
- Loading branch information
Showing
407 changed files
with
11,585 additions
and
2,615 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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,82 @@ | ||
name: Bug Report | ||
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 read this complete template and fill in all the questions in order to get a better response! | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
description: Tell us, what happened? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expectation | ||
attributes: | ||
label: What do you expect? | ||
description: Also tell us, what behavior did you expect? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: reproduction-steps | ||
attributes: | ||
label: How can we reproduce this? | ||
description: Thougougly explain how to reproduce the bug. | ||
|
||
- type: textarea | ||
id: steps-to-fix | ||
attributes: | ||
label: What steps should take to fix this? | ||
description: If possible please report steps based on the example from this plugin! | ||
|
||
- type: textarea | ||
id: example-changes | ||
attributes: | ||
label: Do have an example of where the bug occurs? | ||
description: If you can make a minimal reproducible example it is incredibly helpful, the simplest way is to share a link from https://zapp.run, you can start from https://zapp.run/edit/flame where all dependencies are already set up. | ||
|
||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: If you have any debug / error logging, please fill it here within the code block below | ||
render: shell | ||
|
||
- type: textarea | ||
attributes: | ||
label: Execute in a terminal and put output into the code block below | ||
value: 'Output of: flutter doctor -v' | ||
|
||
- type: dropdown | ||
id: affected-platforms | ||
attributes: | ||
label: Affected platforms | ||
multiple: true | ||
options: | ||
- All | ||
- Android | ||
- iOS | ||
- Linux | ||
- macOS | ||
- Windows | ||
- Web | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: other-information | ||
attributes: | ||
label: Other information | ||
description: Do you have any other useful information about this bug report? Please write it down here | ||
|
||
- 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: Feature request | ||
description: Suggest a new feature for Flame. | ||
labels: ["enhancement"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
When suggesting a feature, please read this complete form and fill in all the questions in order to get a better response! | ||
- type: textarea | ||
id: problem-to-solve | ||
attributes: | ||
label: Problem to solve | ||
description: Which problem would be solved with this feature? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: proposal | ||
attributes: | ||
label: Proposal | ||
description: What do you propose as a solution? Add as much information as you can! | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: more-information | ||
attributes: | ||
label: More information | ||
description: Do you have any other useful information about this feature report? Please write it down here. Possible helpful information are references to other sites/repositories. | ||
- type: checkboxes | ||
id: other | ||
attributes: | ||
label: Other | ||
options: | ||
- label: Are you interested in working on a PR for this? |
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,38 @@ | ||
name: Improvement suggestion | ||
description: Something in Flame can be improved. | ||
labels: ["enhancement"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
When suggesting an improvement, please read this complete form and fill in all the questions in order to get a better response! | ||
- type: textarea | ||
id: area-to-improve | ||
attributes: | ||
label: What could be improved | ||
description: What part of the code/functionality could be improved? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: why | ||
attributes: | ||
label: Why should this be improved | ||
description: Why is this necessary to be improved? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: risks | ||
attributes: | ||
label: Risks | ||
description: Are there any risks in improving this? Will the API change? Will other functionality change? | ||
- type: textarea | ||
id: more-information | ||
attributes: | ||
label: More information | ||
description: Do you have any other useful information about this feature report? Please write it down here. Possible helpful information are references to other sites/repositories. | ||
- type: checkboxes | ||
id: other | ||
attributes: | ||
label: Other | ||
options: | ||
- label: Are you interested in working on a PR for this? |
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
Oops, something went wrong.