From f3e3932be36c8c627704844a394971cb76307df5 Mon Sep 17 00:00:00 2001 From: Charles Lee Date: Mon, 23 Jul 2018 17:53:42 +1000 Subject: [PATCH 1/2] update reference to plunkr to reference codesandbox in stead --- ISSUE_TEMPLATE.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index fb96d21b44..20856b2f33 100644 --- a/ISSUE_TEMPLATE.md +++ b/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. From 37b83fd27b5e544d783a7175c59f9546fe83dfa0 Mon Sep 17 00:00:00 2001 From: Charles Lee Date: Mon, 23 Jul 2018 17:56:35 +1000 Subject: [PATCH 2/2] move ISSUE_TEMPLATE to .github/ISSUE_TEMPLATE --- ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md (100%) diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md similarity index 100% rename from ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE.md