Skip to content

Commit 9e828d6

Browse files
authored
chore: new issue template && example dependency version (#70)
* chore: new issue template * chore: upgrade example version * chore: feature request issue template
1 parent cc5c015 commit 9e828d6

File tree

5 files changed

+62
-15
lines changed

5 files changed

+62
-15
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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. -->

.github/ISSUE_TEMPLATE/please-use-https---github-com-alibaba-ice-issues.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

examples/counter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"private": true,
55
"dependencies": {
6-
"@ice/store": "^1.0.0",
6+
"@ice/store": "^1.1.0",
77
"react": "^16.8.6",
88
"react-dom": "^16.8.6"
99
},

examples/todos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"private": true,
55
"dependencies": {
6-
"@ice/store": "^1.0.0",
6+
"@ice/store": "^1.1.0",
77
"lodash": "^4.17.15",
88
"react": "^16.8.6",
99
"react-dom": "^16.8.6"

0 commit comments

Comments
 (0)