Skip to content

Commit 758867f

Browse files
authored
Merge pull request Sub6Resources#642 from tneotia/misc/issue-templates
Add issue templates to help with organization
2 parents 554dc15 + d344b8d commit 758867f

File tree

3 files changed

+93
-0
lines changed

3 files changed

+93
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
name: Bug report
3+
about: Something isn't working as intended
4+
title: "[BUG]"
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
<!---
11+
12+
Please do not delete this issue template as it helps us organize and easily work on issues!!
13+
14+
NOTE: Before posting, please make sure you have
15+
1. Searched the README
16+
2. Searched the Issues tab for similar bugs
17+
3. Please provide the required information in the template - HTML code and Html widget configuration
18+
--->
19+
20+
**Describe the bug:**
21+
<!--- Please provide a clear and concise description of the bug --->
22+
23+
**HTML to reproduce the issue:**
24+
<!--- Please provide your HTML code below. If it contains sensitive information please post a minimal reproducible HTML snippet. --->
25+
26+
**`Html` widget configuration:**
27+
<!--- Please provide your HTML widget configuration below --->
28+
29+
**Expected behavior:**
30+
<!--- Expected behavior, if applicable, otherwise please delete --->
31+
32+
**Screenshots:**
33+
<!--- Screenshots can be helpful to analyze your issue. Please delete this section if you don't provide any. --->
34+
35+
**Device details and Flutter/Dart/`flutter_html` versions:**
36+
<!--- These details can be helpful to analyze your issue. Please delete this section if you don't provide any. --->
37+
38+
**Stacktrace/Logcat**
39+
<!--- The error stacktrace if applicable, otherwise please delete --->
40+
41+
**Additional info:**
42+
<!--- Any other info relevant to the bug, otherwise please delete --->
43+
44+
**A picture of a cute animal (not mandatory but encouraged)**
45+
<!--- A picture of a cute animal that would nicely complement this bug report.
46+
If you don't have one, please delete, just know we will be a little disappointed ;) --->
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for flutter_html
4+
title: "[FEATURE]"
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
<!---
11+
12+
Please do not delete this issue template as it helps us organize and easily work on issues!!
13+
14+
NOTE: Before posting, please make sure you have
15+
1. Searched the README
16+
2. Searched the Issues tab for similar feature requests
17+
--->
18+
19+
**Describe your feature request**
20+
<!--- Please provide a clear and concise description of the feature request --->
21+
22+
**Additional context**
23+
<!--- Any other info relevant to the feature request, otherwise please delete --->
24+
25+
**A picture of a cute animal (not mandatory but encouraged)**
26+
<!--- A picture of a cute animal that would nicely complement this feature request.
27+
If you don't have one, please delete, just know we will be a little disappointed ;) --->

.github/ISSUE_TEMPLATE/question.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Question
3+
about: Ask a question about flutter_html
4+
title: "[QUESTION]"
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
10+
<!---
11+
NOTE: Before posting, please make sure you have
12+
1. Searched the README
13+
2. Searched the Issues tab for similar questions
14+
--->
15+
16+
Type question here.
17+
18+
**A picture of a cute animal (not mandatory but encouraged)**
19+
<!--- A picture of a cute animal that would nicely complement this question.
20+
If you don't have one, please delete, just know we will be a little disappointed ;) --->

0 commit comments

Comments
 (0)