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.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,11 @@
3
3
Before creating an issue...
4
4
5
5
# Are you asking a question?
6
-
Please don't file GitHub issues to ask questions. Use Stack Overflow with a [#react-select](http://stackoverflow.com/questions/tagged/react-select) tag.
7
6
7
+
Please don't file GitHub issues to ask questions. Use Stack Overflow with a [#react-select](http://stackoverflow.com/questions/tagged/react-select) tag.
8
8
9
9
# Are you reporting a bug or runtime error?
10
+
10
11
Please include a test case that demonstrates the issue you're reporting!
11
12
12
13
This is very helpful to maintainers in order to help us see the issue you're seeing.
You may also find the [online Babel tool](https://babeljs.io/repl/) quite helpful if you wish to use ES6/ES7 syntax not yet supported by the browser you are using.
28
29
29
-
30
30
# Are you making a feature request?
31
+
31
32
Provide as much information as possible about your requested feature. Here are a few questions you may consider answering:
32
33
33
-
* What's your use case? (Tell us about your application and what problem you're trying to solve.)
34
-
* What interface do you have in mind? (What new properties or methods do you think might be helpful?)
35
-
* Can you point to similar functionality with any existing libraries or components? (Working demos can be helpful.)
34
+
- What's your use case? (Tell us about your application and what problem you're trying to solve.)
35
+
- What interface do you have in mind? (What new properties or methods do you think might be helpful?)
36
+
- Can you point to similar functionality with any existing libraries or components? (Working demos can be helpful.)
0 commit comments