You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/Bug_report.md
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,22 +3,31 @@ name: "\U0001F41B Bug report"
3
3
about: Something isn't working correctly.
4
4
5
5
---
6
+
<!--
7
+
Thank you for contributing to open source!
6
8
7
-
**Do you want to request a _feature_ or report a _bug_?**
9
+
Do you need some help?
10
+
======================
8
11
9
-
(If this is a _usage question_, please **do not post it here**—post it on [Stack Overflow](http://stackoverflow.com/questions/tagged/redux) instead. If this is not a “feature” or a “bug”, or the phrase “How do I...?” applies, then it's probably a usage question.)
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:
10
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/
11
18
12
-
**What is the current behavior?**
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 template below.
13
22
23
+
-->
14
24
25
+
**What is the current behavior?**
15
26
16
-
**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:**
27
+
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:
17
28
18
29
19
30
20
31
**What is the expected behavior?**
21
32
22
-
23
-
24
-
**Which versions of React, ReactDOM/React Native, Redux, and React Redux are you using? Which browser and OS are affected by this issue? Did this work in previous versions of React Redux?**
33
+
Which versions of React, ReactDOM/React Native, Redux, and React Redux are you using? Which browser and OS are affected by this issue? Did this work in previous versions of React Redux?
0 commit comments