From 71b74d9d38c5077656011cee48e943bf38a1037e Mon Sep 17 00:00:00 2001 From: alexweissman Date: Sat, 4 Nov 2017 20:42:39 -0400 Subject: [PATCH] update jsbin template --- pages/02.troubleshooting/01.getting-help/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/02.troubleshooting/01.getting-help/docs.md b/pages/02.troubleshooting/01.getting-help/docs.md index 90a2561b..32c6b677 100644 --- a/pages/02.troubleshooting/01.getting-help/docs.md +++ b/pages/02.troubleshooting/01.getting-help/docs.md @@ -21,7 +21,7 @@ Having trouble getting Select2 working on your website? Is it not working togeth Found a problem with Select2? Feel free to open a ticket on the Select2 repository on GitHub, but you should keep a few things in mind: 1. Use the [GitHub issue search](https://github.com/select2/select2/search?q=&type=Issues) to check if your issue has already been reported. -2. Try to isolate your problem as much as possible. Use [JS Bin](http://jsbin.com/goqiqolete/edit?html,js,console,output) to create a [minimal, verifiable, and complete](https://stackoverflow.com/help/mcve) example of the problem. +2. Try to isolate your problem as much as possible. Use [JS Bin](http://jsbin.com/goqagokoye/edit?html,js,output) to create a [minimal, verifiable, and complete](https://stackoverflow.com/help/mcve) example of the problem. 3. Once you are sure the issue is with Select2, and not a third party library, [open an issue](https://github.com/select2/select2/issues/new) with a description of the bug, and link to your jsbin example. You can find more information on reporting bugs in the [contributing guide,](https://github.com/select2/select2/blob/master/CONTRIBUTING.md#reporting-bugs-with-select2) including tips on what information to include.