Skip to content

Commit e326d6f

Browse files
committed
Merge branch 'master' into typescript-port
# Conflicts: # package-lock.json
2 parents 9e6793a + 2c7ef25 commit e326d6f

File tree

5 files changed

+90
-70
lines changed

5 files changed

+90
-70
lines changed

.github/ISSUE_TEMPLATE/Bug_report.md

-33
This file was deleted.

.github/ISSUE_TEMPLATE/Feature_request.md

-36
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
name: 🐛 Bug Report
2+
description: Something isn't working correctly.
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
Thank you for contributing to open source!
8+
9+
Do you need some help?
10+
======================
11+
12+
The issue tracker is meant for bug reports only. This isn't the best place for support or usage questions. Questions here don't have as much visibility as they do elsewhere. Before you ask a question, here are some resources to get help first:
13+
14+
- Read the docs: https://react-redux.js.org/
15+
- Check out the troubleshooting guide: https://react-redux.js.org/troubleshooting
16+
- Look for/ask questions on Stack Overflow: https://stackoverflow.com/questions/tagged/redux
17+
- Ask in chat: https://www.reactiflux.com/
18+
19+
Think you found a bug?
20+
======================
21+
The best bug report is a failing test in the repository as a pull request. Otherwise, please use the form below.
22+
- type: textarea
23+
attributes:
24+
label: What version of React, ReactDOM/React Native, Redux, and React Redux are you using?
25+
value: |
26+
- React:
27+
- ReactDOM/React Native:
28+
- Redux:
29+
- React Redux:
30+
validations:
31+
required: true
32+
- type: textarea
33+
attributes:
34+
label: What is the current behavior?
35+
description: |
36+
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than React. Paste the link to a CodeSandbox (https://codesandbox.io/s/new) or RN Snack (https://snack.expo.io/) example below
37+
validations:
38+
required: true
39+
- type: textarea
40+
attributes:
41+
label: What is the expected behavior?
42+
validations:
43+
required: true
44+
- type: input
45+
attributes:
46+
label: Which browser and OS are affected by this issue?
47+
validations:
48+
required: false
49+
- type: checkboxes
50+
attributes:
51+
label: Did this work in previous versions of React Redux?
52+
options:
53+
- label: "Yes"
54+
validations:
55+
required: false
+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: 👍 Feature Request
2+
description: I'd like React Redux to do something new.
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
Thank you for contributing to open source!
8+
9+
Do you need some help?
10+
======================
11+
12+
The issue tracker is meant for bug reports only. This isn't the best place for support or usage questions. Questions here don't have as much visibility as they do elsewhere. Before you ask a question, here are some resources to get help first:
13+
14+
- Read the docs: https://react-redux.js.org/
15+
- Check out the troubleshooting guide: https://react-redux.js.org/troubleshooting
16+
- Look for/ask questions on Stack Overflow: https://stackoverflow.com/questions/tagged/redux
17+
- Ask in chat: https://www.reactiflux.com/
18+
- type: textarea
19+
attributes:
20+
label: What is the new or updated feature that you are suggesting?
21+
description: |
22+
Please provide thoughtful commentary *and code samples* on what this feature means for your product. What will it allow you to do that you can't do today? How will it make current work-arounds straightforward? What potential bugs and edge cases does it help to avoid? etc. Please keep it product-centric.
23+
validations:
24+
required: true
25+
- type: textarea
26+
attributes:
27+
label: Why should this feature be included?
28+
validations:
29+
required: true
30+
- type: textarea
31+
attributes:
32+
label: What docs changes are needed to explain this?
33+
validations:
34+
required: true

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"prettier": "^2.1.2",
104104
"react": "^16.14.0",
105105
"react-dom": "^16.14.0",
106-
"react-native": "^0.63.3",
106+
"react-native": "^0.64.1",
107107
"react-test-renderer": "^16.14.0",
108108
"redux": "^4.0.5",
109109
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)