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
Move to bootstrap 3.3.6, with a simpler way to maintain our customized version
in the future (described in bootstrap/README-DATATRACKER.rst).
- Legacy-Id: 10558
Note: SVN reference [10532] has been migrated to Git commit b1901d3
Bootstrap uses [GitHub's Releases feature](https://github.com/blog/1547-release-your-software) for its changelogs.
2
+
3
+
See [the Releases section of our GitHub project](https://github.com/twbs/bootstrap/releases) for changelogs for each release version of Bootstrap.
4
+
5
+
Release announcement posts on [the official Bootstrap blog](http://blog.getbootstrap.com) contain summaries of the most noteworthy changes made in each release.
Copy file name to clipboardExpand all lines: bootstrap/CONTRIBUTING.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@ 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
22
-
Overflow ([`twitter-bootstrap-3`](http://stackoverflow.com/questions/tagged/twitter-bootstrap-3) tag) or [IRC](README.md#community) are better places to get help.
21
+
* Please **do not** use the issue tracker for personal support requests. Stack
22
+
Overflow ([`twitter-bootstrap-3`](https://stackoverflow.com/questions/tagged/twitter-bootstrap-3) tag), [Slack](https://bootstrap-slack.herokuapp.com/) or [IRC](README.md#community) are better places to get help.
23
23
24
24
* Please **do not** derail or troll issues. Keep the discussion on topic and
25
25
respect the opinions of others.
@@ -28,6 +28,8 @@ restrictions:
28
28
[`Normalize`](https://github.com/necolas/normalize.css) (open them in
29
29
their respective repositories).
30
30
31
+
* Please **do not** open issues regarding the official themes offered on <http://themes.getbootstrap.com/>. Instead, please email any questions or feedback regarding those themes to `themes AT getbootstrap DOT com`.
32
+
31
33
32
34
## Issues and labels
33
35
@@ -66,7 +68,7 @@ Guidelines for bug reports:
66
68
latest `master` or development branch in the repository.
67
69
68
70
3.**Isolate the problem**— ideally create a [reduced test
69
-
case](http://css-tricks.com/6263-reduced-test-cases/) and a live example.
71
+
case](https://css-tricks.com/reduced-test-cases/) and a live example.
70
72
[This JS Bin](http://jsbin.com/lefey/1/edit?html,output) is a helpful template.
71
73
72
74
@@ -105,7 +107,7 @@ When feasible, we aim to report such upstream bugs to the relevant browser vendo
105
107
| Mozilla | Firefox | Gecko |https://bugzilla.mozilla.org/enter_bug.cgi| "Core" is normally the right product option to choose. |
106
108
| Apple | Safari | WebKit |https://bugs.webkit.org/enter_bug.cgi?product=WebKit <br> https://bugreport.apple.com| In Apple's bug reporter, choose "Safari" as the product. |
107
109
| Google, Opera | Chrome, Chromium, Opera v15+ | Blink |https://code.google.com/p/chromium/issues/list| Click the "New issue" button. |
108
-
| Microsoft | Internet Explorer | Trident|https://connect.microsoft.com/IE/feedback/LoadSubmitFeedbackForm||
110
+
| Microsoft | Internet Explorer / Edge| Trident/EdgeHTML|https://connect.microsoft.com/IE/feedback/LoadSubmitFeedbackForm||
109
111
110
112
### Issues bots
111
113
@@ -149,7 +151,7 @@ documentation source files and is managed separately by the Bootstrap Core Team.
149
151
Adhering to the following process is the best way to get your work
150
152
included in the project:
151
153
152
-
1.[Fork](http://help.github.com/fork-a-repo/) the project, clone your fork,
154
+
1.[Fork](https://help.github.com/fork-a-repo/) the project, clone your fork,
@@ -348,7 +350,7 @@ module.exports = function (grunt) {
348
350
options: {
349
351
ignore: [
350
352
'Attribute "autocomplete" not allowed on element "button" at this point.',
351
-
'Attribute "autocomplete" not allowed on element "input" at this point.',
353
+
'Attribute "autocomplete" is only allowed when the input type is "color", "date", "datetime", "datetime-local", "email", "month", "number", "password", "range", "search", "tel", "text", "time", "url", or "week".',
352
354
'Element "img" is missing required attribute "src".'
[](https://saucelabs.com/u/bootstrap)
8
10
9
11
Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thornton](https://twitter.com/fat), and maintained by the [core team](https://github.com/orgs/twbs/people) with the massive support and involvement of the community.
10
12
11
13
To get started, check out <http://getbootstrap.com>!
12
14
15
+
13
16
## Table of contents
14
17
15
-
-[Quick start](#quick-start)
16
-
-[Bugs and feature requests](#bugs-and-feature-requests)
17
-
-[Documentation](#documentation)
18
-
-[Contributing](#contributing)
19
-
-[Community](#community)
20
-
-[Versioning](#versioning)
21
-
-[Creators](#creators)
22
-
-[Copyright and license](#copyright-and-license)
18
+
*[Quick start](#quick-start)
19
+
*[Bugs and feature requests](#bugs-and-feature-requests)
20
+
*[Documentation](#documentation)
21
+
*[Contributing](#contributing)
22
+
*[Community](#community)
23
+
*[Versioning](#versioning)
24
+
*[Creators](#creators)
25
+
*[Copyright and license](#copyright-and-license)
26
+
23
27
24
28
## Quick start
25
29
26
30
Several quick start options are available:
27
31
28
-
-[Download the latest release](https://github.com/twbs/bootstrap/archive/v3.3.5.zip).
29
-
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`.
30
-
- Install with [Bower](http://bower.io): `bower install bootstrap`.
31
-
- Install with [npm](https://www.npmjs.com): `npm install bootstrap`.
32
-
- Install with [Meteor](https://www.meteor.com): `meteor add twbs:bootstrap`.
33
-
- Install with [Composer](https://getcomposer.org): `composer require twbs/bootstrap`.
32
+
*[Download the latest release](https://github.com/twbs/bootstrap/archive/v3.3.6.zip).
33
+
* Clone the repo: `git clone https://github.com/twbs/bootstrap.git`.
34
+
* Install with [Bower](http://bower.io): `bower install bootstrap`.
35
+
* Install with [npm](https://www.npmjs.com): `npm install bootstrap`.
36
+
* Install with [Meteor](https://www.meteor.com): `meteor add twbs:bootstrap`.
37
+
* Install with [Composer](https://getcomposer.org): `composer require twbs/bootstrap`.
34
38
35
39
Read the [Getting started page](http://getbootstrap.com/getting-started/) for information on the framework contents, templates and examples, and more.
36
40
@@ -44,9 +48,11 @@ bootstrap/
44
48
│ ├── bootstrap.css
45
49
│ ├── bootstrap.css.map
46
50
│ ├── bootstrap.min.css
51
+
│ ├── bootstrap.min.css.map
47
52
│ ├── bootstrap-theme.css
48
53
│ ├── bootstrap-theme.css.map
49
-
│ └── bootstrap-theme.min.css
54
+
│ ├── bootstrap-theme.min.css
55
+
│ └── bootstrap-theme.min.css.map
50
56
├── js/
51
57
│ ├── bootstrap.js
52
58
│ └── bootstrap.min.js
@@ -61,7 +67,6 @@ bootstrap/
61
67
We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). CSS [source maps](https://developer.chrome.com/devtools/docs/css-preprocessors) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Fonts from Glyphicons are included, as is the optional Bootstrap theme.
62
68
63
69
64
-
65
70
## Bugs and feature requests
66
71
67
72
Have a bug or a feature request? Please first read the [issue guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/twbs/bootstrap/issues/new).
@@ -73,11 +78,11 @@ Bootstrap's documentation, included in this repo in the root directory, is built
73
78
74
79
### Running documentation locally
75
80
76
-
1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.5.x).
77
-
-**Windows users:** Read [this unofficial guide](http://jekyll-windows.juthilo.com/) to get Jekyll up and running without problems.
81
+
1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v3.0.x).
82
+
**Note for Windows users:** Read [this unofficial guide](http://jekyll-windows.juthilo.com/) to get Jekyll up and running without problems.
78
83
2. Install the Ruby-based syntax highlighter, [Rouge](https://github.com/jneen/rouge), with `gem install rouge`.
79
84
3. From the root `/bootstrap` directory, run `jekyll serve` in the command line.
80
-
4. Open <http://localhost:9001> in your browser, and voilà.
85
+
4. Open `http://localhost:9001` in your browser, and voilà.
81
86
82
87
Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/).
83
88
@@ -88,7 +93,6 @@ Documentation for v2.3.2 has been made available for the time being at <http://g
88
93
[Previous releases](https://github.com/twbs/bootstrap/releases) and their documentation are also available for download.
89
94
90
95
91
-
92
96
## Contributing
93
97
94
98
Please read through our [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
@@ -98,38 +102,36 @@ Moreover, if your pull request contains JavaScript patches or features, you must
98
102
Editor preferences are available in the [editor config](https://github.com/twbs/bootstrap/blob/master/.editorconfig) for easy use in common text editors. Read more and download plugins at <http://editorconfig.org>.
99
103
100
104
101
-
102
105
## Community
103
106
104
107
Get updates on Bootstrap's development and chat with the project maintainers and community members.
105
108
106
-
- Follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap).
107
-
- Read and subscribe to [The Official Bootstrap Blog](http://blog.getbootstrap.com).
108
-
- Join [the official Slack room](https://bootstrap-slack.herokuapp.com).
109
-
- Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##bootstrap` channel.
110
-
- Implementation help may be found at Stack Overflow (tagged [`twitter-bootstrap-3`](https://stackoverflow.com/questions/tagged/twitter-bootstrap-3)).
111
-
- Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/bootstrap) or similar delivery mechanisms for maximum discoverability.
112
-
109
+
* Follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap).
110
+
* Read and subscribe to [The Official Bootstrap Blog](http://blog.getbootstrap.com).
111
+
* Join [the official Slack room](https://bootstrap-slack.herokuapp.com).
112
+
* Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##bootstrap` channel.
113
+
* Implementation help may be found at Stack Overflow (tagged [`twitter-bootstrap-3`](https://stackoverflow.com/questions/tagged/twitter-bootstrap-3)).
114
+
* Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/bootstrap) or similar delivery mechanisms for maximum discoverability.
113
115
114
116
115
117
## Versioning
116
118
117
119
For transparency into our release cycle and in striving to maintain backward compatibility, Bootstrap is maintained under [the Semantic Versioning guidelines](http://semver.org/). Sometimes we screw up, but we'll adhere to those rules whenever possible.
118
120
121
+
See [the Releases section of our GitHub project](https://github.com/twbs/bootstrap/releases) for changelogs for each release version of Bootstrap. Release announcement posts on [the official Bootstrap blog](http://blog.getbootstrap.com) contain summaries of the most noteworthy changes made in each release.
0 commit comments