Prepare this repository for Bootstrap v6
Open
@julien-deramond is already working on this.
Since Sep 1, 2026.
- Dominant language
- HTML
- Stars
- 691
- Forks
- 390
- Avg merge
- 1h 2m
- Merged PRs (30d)
- 7
Description
Bootstrap is developing v6 on v6-dev. Once that reaches alpha, main on twbs/bootstrap becomes v6 and today's v5 moves to v5-dev there. We should set this repo up the same way ahead of time.
- [x] Create a
v6-devbranch. (done via https://github.com/twbs/examples/pull/997)- Swap the dependency, reinstall, regenerate the lockfile. Use the
githubrepo reference as long as the v6 alpha is not released. - Change the docs links to https://v6-dev--twbs-bootstrap.netlify.app/
- Change the README content
- Change the DOM and classes to reflect Bootstrap v6 usage
- ⚠️ Dependabot won't be able to detect changes — it can't bump a branch-pinned git dependency anyway. But we'll backport changes from
maintov6-devtemporarily.
- Swap the dependency, reinstall, regenerate the lockfile. Use the
When v6-dev becomes main and main becomes v5-dev in Bootstrap repository
- Move
maintov5-devin this repository - Move
v6-devtomainin this repository - Update the docs link
- Update the Bootstrap npm dependency to released alpha version
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.