From d1c187a27a16996da2096394ed2cb87b07c28120 Mon Sep 17 00:00:00 2001 From: Evert Timberg Date: Sat, 4 Sep 2021 13:10:11 -0400 Subject: [PATCH] Update old codepen links to ones for v3 --- .github/ISSUE_TEMPLATE/DOCS.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- docs/developers/contributing.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/DOCS.md b/.github/ISSUE_TEMPLATE/DOCS.md index 70e8b34c1ef..6f6b0e43d11 100644 --- a/.github/ISSUE_TEMPLATE/DOCS.md +++ b/.github/ISSUE_TEMPLATE/DOCS.md @@ -21,5 +21,5 @@ Documentation Is: ### Example diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7dd68ba0f29..8ab50f66b12 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,5 +7,5 @@ Example of changes on an interactive website such as the following: - https://jsbin.com/ - https://jsfiddle.net/ - https://codepen.io/pen/ -- Premade template: https://codepen.io/pen?template=JXVYzq +- Premade template: https://codepen.io/pen?template=wvezeOq --> diff --git a/docs/developers/contributing.md b/docs/developers/contributing.md index 39f2688e037..e4f479ddafc 100644 --- a/docs/developers/contributing.md +++ b/docs/developers/contributing.md @@ -74,6 +74,6 @@ Guidelines for reporting bugs: - Check the issue search to see if it has already been reported - Isolate the problem to a simple test case -- Please include a demonstration of the bug on a website such as [JS Bin](https://jsbin.com/), [JS Fiddle](https://jsfiddle.net/), or [Codepen](https://codepen.io/pen/). ([Template](https://codepen.io/pen?template=JXVYzq)). If filing a bug against `master`, you may reference the latest code via (changing the filename to point at the file you need as appropriate). Do not rely on these files for production purposes as they may be removed at any time. +- Please include a demonstration of the bug on a website such as [JS Bin](https://jsbin.com/), [JS Fiddle](https://jsfiddle.net/), or [Codepen](https://codepen.io/pen/). ([Template](https://codepen.io/pen?template=wvezeOq)). If filing a bug against `master`, you may reference the latest code via (changing the filename to point at the file you need as appropriate). Do not rely on these files for production purposes as they may be removed at any time. Please provide any additional details associated with the bug, if it's browser or screen density specific, or only happens with a certain configuration or data.