Skip to content

Commit 1383cc3

Browse files
authored
Comment out the docs so they don't show up in issues
Cribbed from the React Router template
1 parent da96cca commit 1383cc3

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

.github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,31 @@ name: "\U0001F41B Bug report"
33
about: Something isn't working correctly.
44

55
---
6+
<!--
7+
Thank you for contributing to open source!
68
7-
**Do you want to request a _feature_ or report a _bug_?**
9+
Do you need some help?
10+
======================
811
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:
1013
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/
1118
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.
1322
23+
-->
1424

25+
**What is the current behavior?**
1526

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:
1728

1829

1930

2031
**What is the expected behavior?**
2132

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

Comments
 (0)