Skip to content

Commit

Permalink
docs: updated github templates
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkOSullivan94 committed Sep 22, 2024
1 parent 3705b51 commit 4999e95
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
17 changes: 11 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.md
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:
```
6 changes: 2 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
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. -->

0 comments on commit 4999e95

Please sign in to comment.