Skip to content

Commit 281ccea

Browse files
committed
Merge pull request reduxjs#1780 from markerikson/add-issue-template
Add an initial issue template based on React's template
2 parents 325a937 + 182604f commit 281ccea

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
**Do you want to request a *feature* or report a *bug*?**
2+
(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.)
3+
4+
5+
6+
**What is the current behavior?**
7+
8+
9+
10+
**If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://jsfiddle.net or similar.**
11+
12+
13+
14+
**What is the expected behavior?**
15+
16+
17+
18+
**Which versions of Redux, and which browser / OS are affected by this issue? Did this work in previous versions of Redux?**
19+
20+

0 commit comments

Comments
 (0)