-
Notifications
You must be signed in to change notification settings - Fork 406
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3705b51
commit 4999e95
Showing
2 changed files
with
13 additions
and
10 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,23 +1,28 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us fix any issues you are having | ||
title: "[BUG] " | ||
labels: '' | ||
title: '' | ||
labels: 'bug' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### :information_source: Info | ||
<!--- Please enter what version of Flutter Launcher Icons you were using so we can identify if this is a problem with a certain version of the package ---> | ||
Version: `e.g. v0.7.5` | ||
|
||
|
||
|
||
### :speech_balloon: Description | ||
<!--- What is the issue? Does it fail during execution? Does it produce incorrect / wrong icons? Please include all details here ---> | ||
|
||
Enter a description of your problem here | ||
|
||
|
||
### :scroll: Pubspec.yaml | ||
<!--- Please include your pubspec.yaml file here ---> | ||
<!--- Please insert your flutter_launcher_icons yaml configuration here ---> | ||
|
||
We ask that you include your pubspec.yaml file as a common problem we have seen has been the pubspec.yaml file being incorrect | ||
```yaml | ||
flutter_launcher_icons: | ||
android: | ||
ios: | ||
image_path: | ||
``` |
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,14 +1,12 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea to improve Flutter Launcher Icons | ||
title: "[FEATURE REQUEST]" | ||
title: '' | ||
labels: improvement | ||
assignees: '' | ||
|
||
--- | ||
|
||
### :speech_balloon: Description | ||
A clear and concise description of what you would like to be added to Flutter Launcher Icons. | ||
|
||
### :question: Platform | ||
Is this feature request for a specific platform? E.g. Web / iOS / Android / Mac OS / Windows / Linux | ||
<!-- A clear and concise description of what you would like to be added to Flutter Launcher Icons. --> |