File tree Expand file tree Collapse file tree 5 files changed +62
-15
lines changed Expand file tree Collapse file tree 5 files changed +62
-15
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : " 🐛 Bug Report"
3
+ about : Report a reproducible bug or regression.
4
+ title : ' Bug: '
5
+ labels : ' bug'
6
+
7
+ ---
8
+
9
+ <!--
10
+ Please provide a clear and concise description of what the bug is. Include
11
+ screenshots if needed. Please test using the latest version of the relevant
12
+ @ice/store packages to make sure your issue has not already been fixed.
13
+ -->
14
+
15
+ @ice/store version:
16
+
17
+ ## Steps To Reproduce
18
+
19
+ 1 .
20
+ 2 .
21
+
22
+ <!--
23
+ Your bug will get fixed much faster if we can run your code and it doesn't
24
+ have dependencies other than @ice/store. Issues without reproduction steps or
25
+ code examples may be immediately closed as not actionable.
26
+ -->
27
+
28
+ Link to code example:
29
+
30
+ <!--
31
+ Please provide a CodeSandbox (https://codesandbox.io/s/new), a link to a
32
+ repository on GitHub, or provide a minimal code example that reproduces the
33
+ problem. You may provide a screenshot of the application if you think it is
34
+ relevant to your bug report. Here are some tips for providing a minimal
35
+ example: https://stackoverflow.com/help/mcve.
36
+ -->
37
+
38
+ ## The current behavior
39
+
40
+
41
+ ## The expected behavior
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : " 🚀 Feature Request"
3
+ about : Suggest an idea for icestore
4
+ title : ' Feature: '
5
+ labels : ' enhancement'
6
+
7
+ ---
8
+
9
+ ### Problem Description
10
+ <!-- Is your feature request related to a problem? Please add a clear and concise description of what the problem is. -->
11
+
12
+ ### Proposed Solution
13
+ <!-- Describe the solution you'd like in a clear and concise manner -->
14
+
15
+ ### Alternatives Considered
16
+ <!-- A clear and concise description of any alternative solutions or features you've considered. -->
17
+
18
+ ### Additional Information
19
+ <!-- Add any other context about the problem here. -->
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0" ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
- "@ice/store" : " ^1.0 .0" ,
6
+ "@ice/store" : " ^1.1 .0" ,
7
7
"react" : " ^16.8.6" ,
8
8
"react-dom" : " ^16.8.6"
9
9
},
Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0" ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
- "@ice/store" : " ^1.0 .0" ,
6
+ "@ice/store" : " ^1.1 .0" ,
7
7
"lodash" : " ^4.17.15" ,
8
8
"react" : " ^16.8.6" ,
9
9
"react-dom" : " ^16.8.6"
You can’t perform that action at this time.
0 commit comments