Skip to content

Commit 23d6abe

Browse files
authored
Merge pull request JedWatson#1844 from agirton/update/ISSUE_TEMPLATE
Update Template to point users to SO and update plnkr
2 parents 2616930 + 53ec747 commit 23d6abe

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

ISSUE_TEMPLATE.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
### Thanks for using react-select!
22

3-
If you are reporting an error please include a test case that demonstrates the issue you're reporting!
3+
Before creating an issue...
4+
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+
8+
9+
# Are you reporting a bug or runtime error?
10+
Please include a test case that demonstrates the issue you're reporting!
411
This is very helpful to maintainers in order to help us see the issue you're seeing.
512

613
Here is a Plunker you can fork that has react-select loaded and supports JSX syntax:
7-
https://plnkr.co/edit/HTmtER9AMNcPoWhXV707?p=preview
14+
https://plnkr.co/edit/dHygFMWWqVwaRAfpEmbn?p=preview
815

916
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.
17+
18+
19+
# Are you making a feature request?
20+
Provide as much information as possible about your requested feature. Here are a few questions you may consider answering:
21+
22+
* What's your use case? (Tell us about your application and what problem you're trying to solve.)
23+
* What interface do you have in mind? (What new properties or methods do you think might be helpful?)
24+
* Can you point to similar functionality with any existing libraries or components? (Working demos can be helpful.)

0 commit comments

Comments
 (0)