]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Replace JS Bin refs by CodePen or StackBlitz references
authorJulien Déramond <juderamond@gmail.com>
Thu, 7 Jul 2022 19:42:08 +0000 (21:42 +0200)
committerMark Otto <otto@github.com>
Thu, 7 Jul 2022 21:28:08 +0000 (14:28 -0700)
.github/CONTRIBUTING.md
.github/workflows/issue-labeled.yml

index be4ad836de22436bbaff2f54551f7dd40d3c5bf7..476fddb91bc006b0cc3aa8b63301e46bc5c65913 100644 (file)
@@ -69,7 +69,7 @@ Guidelines for bug reports:
 
 3. **Isolate the problem** &mdash; ideally create a [reduced test
    case](https://css-tricks.com/reduced-test-cases/) and a live example.
-   [This JS Bin](https://jsbin.com/lolome/edit?html,output) is a helpful template.
+   These [v4 CodePen](https://codepen.io/team/bootstrap/pen/yLabNQL) and [v5 CodePen](https://codepen.io/team/bootstrap/pen/qBamdLj) are helpful templates.
 
 
 A good bug report shouldn't leave others needing to chase you up for more
index 3a1cfa9b6ba37f3e66bedb8d935c35887f3daee6..fac58493b539b8a8bbbdc2884441277a7ff99636 100644 (file)
@@ -16,4 +16,4 @@ jobs:
           actions: "create-comment"
           token: ${{ secrets.GITHUB_TOKEN }}
           body: |
-            Hello @${{ github.event.issue.user.login }}. Bug reports must include a **live demo** of the issue. Per our [contributing guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md), please create a reduced test case on [CodePen](https://codepen.io/) or [JS Bin](https://jsbin.com/) and report back with your link, Bootstrap version, and specific browser and Operating System details.
+            Hello @${{ github.event.issue.user.login }}. Bug reports must include a **live demo** of the issue. Per our [contributing guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md), please create a reduced test case on [CodePen](https://codepen.io/) or [StackBlitz](https://stackblitz.com/) and report back with your link, Bootstrap version, and specific browser and Operating System details.