You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ the preferred channel for [bug reports](#bug-reports), [features requests](#feat
18
18
and [submitting pull requests](#pull-requests), but please respect the following
19
19
restrictions:
20
20
21
-
- Please **do not** use the issue tracker for personal support requests. Stack Overflow ([`bootstrap-5`](https://stackoverflow.com/questions/tagged/bootstrap-5) tag), [our GitHub Discussions](https://github.com/twbs/bootstrap/discussions) or [IRC](/README.md#community) are better places to get help.
21
+
- Please **do not** use the issue tracker for personal support requests. Stack Overflow ([`bootstrap-6`](https://stackoverflow.com/questions/tagged/bootstrap-6) tag), Reddit ([`r/bootstrap` subreddit](https://www.reddit.com/r/bootstrap/)), [our GitHub Discussions](https://github.com/twbs/bootstrap/discussions), [the community Discord](https://discord.gg/bZUvakRU3M), or [IRC](/README.md#community) are better places to get help.
22
22
23
23
- Please **do not** derail or troll issues. Keep the discussion on topic and
24
24
respect the opinions of others.
@@ -44,7 +44,7 @@ Our bug tracker utilizes several labels to help organize and identify issues. He
44
44
-`css` - Issues stemming from our compiled CSS or source Sass files.
45
45
-`docs` - Issues for improving or updating our documentation.
46
46
-`examples` - Issues involving the example templates included in our docs.
47
-
-`feature` - Issues asking for a new feature to be added, or an existing one to be extended or modified. New features require a minor version bump (e.g., `v3.0.0` to `v3.1.0`).
47
+
-`feature` - Issues asking for a new feature to be added, or an existing one to be extended or modified. New features require a minor version bump (e.g., `v6.0.0` to `v6.1.0`).
48
48
-`build` - Issues with our build system, which is used to run all our tests, concatenate and compile source files, and more.
49
49
-`help wanted` - Issues we need or would love help from the community to resolve.
50
50
-`js` - Issues stemming from our compiled or source JavaScript files.
Our default branch is for development of our Bootstrap 5 release. Head to the [`v4-dev` branch](https://github.com/twbs/bootstrap/tree/v4-dev) to view the readme, documentation, and source code for Bootstrap 4.
25
+
Our default branch is for development of our Bootstrap 6 release. Head to the [`v5-dev` branch](https://github.com/twbs/bootstrap/tree/v5-dev) to view the readme, documentation, and source code for Bootstrap 5.
26
26
27
27
28
28
## Table of contents
@@ -44,15 +44,15 @@ Our default branch is for development of our Bootstrap 5 release. Head to the [`
44
44
45
45
Several quick start options are available:
46
46
47
-
-[Download the latest release](https://github.com/twbs/bootstrap/archive/v5.3.8.zip)
47
+
-[Download the latest release](https://github.com/twbs/bootstrap/archive/v6.0.0-alpha1.zip)
48
48
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`
49
-
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap@v5.3.8`
50
-
- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@v5.3.8`
51
-
- Install with [Bun](https://bun.sh/): `bun add bootstrap@v5.3.8`
52
-
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.3.8`
49
+
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap@6.0.0-alpha1`
50
+
- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@6.0.0-alpha1`
51
+
- Install with [Bun](https://bun.sh/): `bun add bootstrap@6.0.0-alpha1`
52
+
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:6.0.0-alpha1`
53
53
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass`
54
54
55
-
Read the [Getting started page](https://getbootstrap.com/docs/5.3/getting-started/) for information on the framework contents, templates, examples, and more.
55
+
Read the [Getting started page](https://getbootstrap.com/docs/6.0/getting-started/) for information on the framework contents, templates, examples, and more.
56
56
57
57
58
58
## Status
@@ -104,18 +104,14 @@ Within the download you’ll find the following directories and files, logically
104
104
├── bootstrap.bundle.js.map
105
105
├── bootstrap.bundle.min.js
106
106
├── bootstrap.bundle.min.js.map
107
-
├── bootstrap.esm.js
108
-
├── bootstrap.esm.js.map
109
-
├── bootstrap.esm.min.js
110
-
├── bootstrap.esm.min.js.map
111
107
├── bootstrap.js
112
108
├── bootstrap.js.map
113
109
├── bootstrap.min.js
114
110
└── bootstrap.min.js.map
115
111
```
116
112
</details>
117
113
118
-
We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). [Source maps](https://web.dev/articles/source-maps) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Bundled JS files (`bootstrap.bundle.js` and minified `bootstrap.bundle.min.js`) include [Floating UI](https://floating-ui.com/). All CSS files work for both LTR and RTL layouts thanks to logical properties—simply set `dir="rtl"` on your HTML element.
114
+
We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). [Source maps](https://web.dev/articles/source-maps) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Bundled JS files (`bootstrap.bundle.js` and minified `bootstrap.bundle.min.js`) include [Floating UI](https://floating-ui.com/) and [Vanilla Calendar Pro](https://vanilla-calendar.pro/). All CSS files work for both LTR and RTL layouts thanks to logical properties—simply set `dir="rtl"` on your HTML element.
119
115
120
116
121
117
## Bugs and feature requests
@@ -227,4 +223,4 @@ Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com
227
223
228
224
## Copyright and license
229
225
230
-
Code and documentation copyright 2011-2025 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors). Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
226
+
Code and documentation copyright 2011-2026 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors). Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
0 commit comments