Skip to content

Commit

Permalink
Merge pull request #2825 from JedWatson/v2-update-issue-template
Browse files Browse the repository at this point in the history
V2 update issue template
  • Loading branch information
JedWatson committed Jul 23, 2018
2 parents 20ceabc + 37b83fd commit 4cd69d5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ Please don't file GitHub issues to ask questions. Use Stack Overflow with a [#re
Please include a test case that demonstrates the issue you're reporting!
This is very helpful to maintainers in order to help us see the issue you're seeing.

Here is a Plunker you can fork that has react-select loaded and supports JSX syntax:
https://plnkr.co/edit/dHygFMWWqVwaRAfpEmbn?p=preview
To report bugs against react-select v2 please fork the following code-sandbox:
https://codesandbox.io/s/k5rvn9z3lv

To report bugs against react-select v1 please fork the following code-sandbox:
https://codesandbox.io/s/n34mq0743j

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.

Expand Down

0 comments on commit 4cd69d5

Please sign in to comment.