Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !36700

Replace JS Bin refs by CodePen or StackBlitz references

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Julien Déramond requested to merge main-jd-use-codepen-in-contributing-page into main 3 years ago
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 2

Closes #36699 (closed)

Proposal to remove JS Bin references:

  • in our Contributing page: When users create issues via GitHub, it is already proposed to Include links reduced test case links or suggested fixes using CodePen v4 template or v5 template.. Plus it will be easier to maintain rather than forgetting this hidden JS Bin in the future :)
  • in our bot message linked to the 'needs-example' label: Our current documentation provides tons of examples with StackBlitz and not with JS Bin.
Compare
  • main (base)

and
  • latest version
    2b3cea8a
    1 commit, 2 years ago

2 files
+ 2
- 2

    Preferences

    File browser
    Compare changes
.gi‎thub‎
work‎flows‎
issue-la‎beled.yml‎ +1 -1
CONTRIB‎UTING.md‎ +1 -1
.github/workflows/issue-labeled.yml
+ 1
- 1
  • View file @ 2b3cea8a

  • Edit in single-file editor

  • Open in Web IDE


@@ -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.
.github/CONTRIBUTING.md
+ 1
- 1
  • View file @ 2b3cea8a

  • Edit in single-file editor

  • Open in Web IDE


@@ -69,7 +69,7 @@ Guidelines for bug reports:
3. **Isolate the problem** — 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
0 Assignees
None
Assign to
Reviewer
Mark Otto's avatar
Mark Otto
Request review from
Labels
2
meta v5
2
meta v5
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
3
3 participants
Mark Otto
Administrator
Julien Déramond
Reference: twbs/bootstrap!36700
Source branch: main-jd-use-codepen-in-contributing-page

Menu

Explore Projects Groups Snippets