diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 658d941b2d76f66397cb83bd0d34814b026b5e64..041ce5e87dffc8fe9d38208b83f10e2089cc2b4b 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 54d6796c0a8add4c38669149748faf49d58e82d7..8aa73bd8a140fa158c4de74d1d46e0da887dc268 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)