diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md similarity index 82% rename from ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE.md index fb96d21b44..20856b2f33 100644 --- a/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -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.