Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
name: Bug report
about: Something isn't working as intended
title: "[BUG]"
labels: bug
assignees: ''

---

<!---

Please do not delete this issue template as it helps us organize and easily work on issues!!

NOTE: Before posting, please make sure you have
1. Searched the README
2. Searched the Issues tab for similar bugs
3. Please provide the required information in the template - HTML code and Html widget configuration
--->

**Describe the bug:**
<!--- Please provide a clear and concise description of the bug --->

**HTML to reproduce the issue:**
<!--- Please provide your HTML code below. If it contains sensitive information please post a minimal reproducible HTML snippet. --->

**`Html` widget configuration:**
<!--- Please provide your HTML widget configuration below --->

**Expected behavior:**
<!--- Expected behavior, if applicable, otherwise please delete --->

**Screenshots:**
<!--- Screenshots can be helpful to analyze your issue. Please delete this section if you don't provide any. --->

**Device details and Flutter/Dart/`flutter_html` versions:**
<!--- These details can be helpful to analyze your issue. Please delete this section if you don't provide any. --->

**Stacktrace/Logcat**
<!--- The error stacktrace if applicable, otherwise please delete --->

**Additional info:**
<!--- Any other info relevant to the bug, otherwise please delete --->

**A picture of a cute animal (not mandatory but encouraged)**
<!--- A picture of a cute animal that would nicely complement this bug report.
If you don't have one, please delete, just know we will be a little disappointed ;) --->
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Feature request
about: Suggest an idea for flutter_html
title: "[FEATURE]"
labels: enhancement
assignees: ''

---

<!---

Please do not delete this issue template as it helps us organize and easily work on issues!!

NOTE: Before posting, please make sure you have
1. Searched the README
2. Searched the Issues tab for similar feature requests
--->

**Describe your feature request**
<!--- Please provide a clear and concise description of the feature request --->

**Additional context**
<!--- Any other info relevant to the feature request, otherwise please delete --->

**A picture of a cute animal (not mandatory but encouraged)**
<!--- A picture of a cute animal that would nicely complement this feature request.
If you don't have one, please delete, just know we will be a little disappointed ;) --->
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Question
about: Ask a question about flutter_html
title: "[QUESTION]"
labels: question
assignees: ''

---

<!---
NOTE: Before posting, please make sure you have
1. Searched the README
2. Searched the Issues tab for similar questions
--->

Type question here.

**A picture of a cute animal (not mandatory but encouraged)**
<!--- A picture of a cute animal that would nicely complement this question.
If you don't have one, please delete, just know we will be a little disappointed ;) --->