From d5e3cb3fab32b07d7f369e80fe67c4019b1ea4d3 Mon Sep 17 00:00:00 2001 From: WestLangley Date: Mon, 2 Jul 2018 13:58:18 -0400 Subject: [PATCH] Use un-minified three.js in fiddles --- .github/CONTRIBUTING.md | 2 +- .github/ISSUE_TEMPLATE.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 658d941b2d..041ce5e87d 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -14,7 +14,7 @@ 1. Specify the revision number of the three.js library where the bug occurred. 2. Specify your browser version, operating system, and graphics card. (for example, Chrome 23.0.1271.95, Windows 7, Nvidia Quadro 2000M) 3. Describe the problem in detail. Explain what happened, and what you expected would happen. -4. Provide a small test-case (http://jsfiddle.net). [Here is a fiddle](http://jsfiddle.net/akmcv7Lh/) you can edit that runs the current version. [And here is a fiddle](http://jsfiddle.net/hw9rcLL8/) that uses the dev branch. If a test-case is not possible, provide a link to a live version of your application. +4. Provide a small test-case (http://jsfiddle.net). [Here is a fiddle](https://jsfiddle.net/3foLr7sn/) you can edit that runs the current version. [And here is a fiddle](https://jsfiddle.net/qgu17w5o/) that uses the dev branch. If a test-case is not possible, provide a link to a live version of your application. 5. If helpful, include a screenshot. Annotate the screenshot for clarity. --- diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 54d6796c0a..8aa73bd8a1 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -11,8 +11,8 @@ Always include a code snippet, screenshots, and any relevant models or textures Please also include a live example if possible. You can start from these templates: -* [jsfiddle](https://jsfiddle.net/s3rjfcc3/) (latest release branch) -* [jsfiddle](https://jsfiddle.net/ptgwhemb/) (dev branch) +* [jsfiddle](https://jsfiddle.net/3foLr7sn/) (latest release branch) +* [jsfiddle](https://jsfiddle.net/qgu17w5o/) (dev branch) * [codepen](https://codepen.io/anon/pen/aEBKxR) (latest release branch) * [codepen](https://codepen.io/anon/pen/BJWzaN) (dev branch) -- GitLab