-
-
Notifications
You must be signed in to change notification settings - Fork 79k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Follow up to reverted commits #11928
Changes from 5 commits
0a95584
961687e
3416e87
ab740f0
324f6ca
79e97fe
56c3634
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,9 +11,9 @@ To get started, check out <http://getbootstrap.com>! | |
|
||
Three quick start options are available: | ||
|
||
* [Download the latest release](https://github.com/twbs/bootstrap/archive/v3.0.3.zip). | ||
* Clone the repo: `git clone https://github.com/twbs/bootstrap.git`. | ||
* Install with [Bower](http://bower.io): `bower install bootstrap`. | ||
- [Download the latest release](https://github.com/twbs/bootstrap/archive/v3.0.3.zip). | ||
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`. | ||
- Install with [Bower](http://bower.io): `bower install bootstrap`. | ||
|
||
Read the [Getting Started page](http://getbootstrap.com/getting-started/) for information on the framework contents, templates and examples, and more. | ||
|
||
|
@@ -122,26 +122,26 @@ With v3.1, we're moving from the Apache 2 to the MIT license for the Bootstrap c | |
|
||
Keep track of development and community news. | ||
|
||
* Follow [@twbootstrap on Twitter](http://twitter.com/twbootstrap). | ||
* Read and subscribe to [The Official Bootstrap Blog](http://blog.getbootstrap.com). | ||
* Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##twitter-bootstrap` channel. | ||
- Follow [@twbootstrap on Twitter](http://twitter.com/twbootstrap). | ||
- Read and subscribe to [The Official Bootstrap Blog](http://blog.getbootstrap.com). | ||
- Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##twitter-bootstrap` channel. | ||
|
||
|
||
|
||
|
||
## Versioning | ||
|
||
For transparency and insight into our release cycle, and for striving to maintain backwards compatibility, Bootstrap will be maintained under the Semantic Versioning guidelines as much as possible. | ||
For transparency into our release cycle and in striving to maintain backward compatibility, Bootstrap is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we'll adhere to these rules whenever possible. | ||
|
||
Releases will be numbered with the following format: | ||
|
||
`<major>.<minor>.<patch>` | ||
|
||
And constructed with the following guidelines: | ||
|
||
* Breaking backwards compatibility bumps the major | ||
* New additions without breaking backwards compatibility bumps the minor | ||
* Bug fixes and misc changes bump the patch | ||
- **Breaking backwards compatibility **bumps the major** while resetting minor and patch | ||
- New additions without breaking backwards compatibility **bumps the minor** while resetting the patch | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. When used as an adverb, there is never an There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Er, adjective. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👍 |
||
- Bug fixes and misc changes **bumps only the patch** | ||
|
||
For more information on SemVer, please visit <http://semver.org/>. | ||
|
||
|
@@ -151,13 +151,13 @@ For more information on SemVer, please visit <http://semver.org/>. | |
|
||
**Mark Otto** | ||
|
||
+ <http://twitter.com/mdo> | ||
+ <http://github.com/mdo> | ||
- <http://twitter.com/mdo> | ||
- <http://github.com/mdo> | ||
|
||
**Jacob Thornton** | ||
|
||
+ <http://twitter.com/fat> | ||
+ <http://github.com/fat> | ||
- <http://twitter.com/fat> | ||
- <http://github.com/fat> | ||
|
||
|
||
|
||
|
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two asterisks at the beginning don't belong there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍