File tree Expand file tree Collapse file tree 4 files changed +168
-0
lines changed Expand file tree Collapse file tree 4 files changed +168
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug Report
3
+ about : Use this if something isn't working how you think it should or you think you've
4
+ found a bug
5
+ title : " [scope] summary of your report"
6
+ labels : state/awaiting-investigation, state/awaiting-triage, type/bug
7
+ assignees : ' '
8
+
9
+ ---
10
+
11
+ # Bug Report
12
+ <!-- Describe what's wrong in great detail (required). -->
13
+
14
+ ## Steps to reproduce
15
+ <!-- Tell us how to reproduce your issue (required). -->
16
+ 1 .
17
+ 2 .
18
+ 3 .
19
+
20
+ ## Expected result
21
+ <!-- Tell us what result you were expecting (required). -->
22
+
23
+ ## Actual result
24
+ <!-- Tell us what the actual result was (required). -->
25
+
26
+ ## Testcase
27
+ <!--
28
+ If possible create an example of your issue via a JSFiddle.
29
+
30
+ How to create an example:
31
+ 1. Open the following JSFiddle - https://jsfiddle.net/31d6y7mn
32
+ 2. Click "Fork" at the top
33
+ 3. Add the minimum required HTML, CSS and JavaScript which reproduces
34
+ your issue
35
+ 4. Click "Save" at the top
36
+ 5. Copy the URL of your fiddle and link it here
37
+ -->
38
+
39
+ ## Screenshot (if possible)
40
+ <!--
41
+ If possible include images or gifs of your issue.
42
+
43
+ E.g. Incorrect component CSS should include an image of what the
44
+ component looks like.
45
+
46
+ If your looking for a tool we recommend ShareX - https://github.com/ShareX/ShareX
47
+ -->
48
+
49
+ ## Version
50
+ <!-- Include the version of the library you are using (required). -->
51
+ 2.x.x
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Use this if something isn't working how you think it should or you think you've
4
+ found a bug
5
+ title : " [scope] summary of your bug"
6
+ labels : type/bug, state/awaiting-investigation, state/awaiting-triage
7
+ assignees : ' '
8
+
9
+ ---
10
+
11
+ # Bug Report
12
+ <!-- Describe what's wrong in great detail (required). -->
13
+
14
+ ## Steps to reproduce
15
+ <!-- Tell us how to reproduce your issue (required). -->
16
+ 1 .
17
+ 2 .
18
+ 3 .
19
+
20
+ ## Expected result
21
+ <!-- Tell us what result you were expecting (required). -->
22
+
23
+ ## Actual result
24
+ <!-- Tell us what the actual result was (required). -->
25
+
26
+ ## Testcase
27
+ <!--
28
+ If possible create an example of your issue via a JSFiddle.
29
+
30
+ How to create an example:
31
+ 1. Open the following JSFiddle - https://jsfiddle.net/31d6y7mn
32
+ 2. Click "Fork" at the top
33
+ 3. Add the minimum required HTML, CSS and JavaScript which reproduces
34
+ your issue
35
+ 4. Click "Save" at the top
36
+ 5. Copy the URL of your fiddle and link it here
37
+ -->
38
+
39
+ ## Screenshot (if possible)
40
+ <!--
41
+ If possible include images or gifs of your issue.
42
+
43
+ E.g. Incorrect component CSS should include an image of what the
44
+ component looks like.
45
+
46
+ If your looking for a tool we recommend ShareX - https://github.com/ShareX/ShareX
47
+ -->
48
+
49
+ ## Version
50
+ <!-- Include the version of the library you are using (required). -->
51
+ 2.x.x
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature Request
3
+ about : Use this to suggest new feature/enhancements
4
+ title : " [scope] summary of your request"
5
+ labels : state/awaiting-triage, type/feat
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ # Feature Request
11
+ <!--
12
+ Explain your request in great detail (required).
13
+
14
+ Things to consider:
15
+ - Why should we add this feature/enhancement
16
+ - What problem(s) does it solve
17
+ - Complexity
18
+ - How we should implement it
19
+ -->
20
+
21
+ ## Example (if possible)
22
+ <!--
23
+ If possible demonstrate your request via a JSFiddle.
24
+
25
+ How to create an example:
26
+ 1. Open the following JSFiddle - https://jsfiddle.net/31d6y7mn
27
+ 2. Click "Fork" at the top
28
+ 3. Add the HTML, CSS and JavaScript which shows your request
29
+ 4. Click "Save" at the top
30
+ 5. Copy the URL of your fiddle and link it here
31
+ -->
32
+
33
+ ## Screenshot (if possible)
34
+ <!--
35
+ If possible include images or gifs of your request.
36
+
37
+ E.g. new component request should include images of the component
38
+ in other frameworks and on websites.
39
+
40
+ If your looking for a tool we recommend ShareX - https://github.com/ShareX/ShareX
41
+ -->
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Support Question
3
+ about : Use this if you have a any question or need a helping hand
4
+ title : " [Help] summary of your issue"
5
+ labels : state/awaiting-triage, type/usage
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ # Help Wanted
11
+ <!-- Tell us your question or what you need help with. (required) -->
12
+
13
+ ## Testcase
14
+ <!--
15
+ If your asking for help please include an example of your problem to help
16
+ us provide the best support.
17
+
18
+ How to create an example:
19
+ 1. Open the following JSFiddle - https://jsfiddle.net/31d6y7mn
20
+ 2. Click "Fork" at the top
21
+ 3. Add the minimum required HTML, CSS and JavaScript which reproduces
22
+ your problem
23
+ 4. Click "Save" at the top
24
+ 5. Copy the URL of your fiddle and link it here
25
+ -->
You can’t perform that action at this time.
0 commit comments