diff options
| author | Mark Otto <[email protected]> | 2013-02-14 23:48:29 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-14 23:48:29 -0800 |
| commit | 0c25546e1c96aba47b981f3cb3cf7200d7405ead (patch) | |
| tree | 6c41c600edb7a7b485f7d8758f8435d5937670d7 | |
| parent | 5ac2f304a85bc9bfb8b0a23af60adb8c3a144509 (diff) | |
| download | bootstrap-0c25546e1c96aba47b981f3cb3cf7200d7405ead.tar.xz bootstrap-0c25546e1c96aba47b981f3cb3cf7200d7405ead.zip | |
rearrange readme
| -rw-r--r-- | README.md | 58 |
1 files changed, 29 insertions, 29 deletions
@@ -22,41 +22,12 @@ Read the [Getting Started page](http://getbootstrap.com/getting-started/) for in -## Versioning - -For transparency and insight into our release cycle, and for striving to maintain backward compatibility, Bootstrap will be maintained under the Semantic Versioning guidelines as much as possible. - -Releases will be numbered with the following format: - -`<major>.<minor>.<patch>` - -And constructed with the following guidelines: - -* Breaking backward compatibility bumps the major (and resets the minor and patch) -* New additions without breaking backward compatibility bumps the minor (and resets the patch) -* Bug fixes and misc changes bumps the patch - -For more information on SemVer, please visit [http://semver.org/](http://semver.org/). - - - ## Bugs and feature requests Have a bug or a feature request? [Please open a new issue](https://github.com/twitter/bootstrap/issues). Before opening any issue, please search for existing issues and read the [Issue Guidelines](https://github.com/necolas/issue-guidelines), written by [Nicolas Gallagher](https://github.com/necolas/). -## Community - -Keep track of development and community news. - -* Follow [@twbootstrap on Twitter](http://twitter.com/twbootstrap). -* Read and subscribe to the [The Official Twitter Bootstrap Blog](http://blog.getbootstrap.com). -* Have a question that's not a feature request or bug report? [Ask on the mailing list.](http://groups.google.com/group/twitter-bootstrap) -* Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##twitter-bootstrap` channel. - - - ## Documentation Bootstrap's docs are built using [Jekyll](http://jekyllrb.com) and hosted on GitHub Pages at [http://getbootstrap.com](http://getbootstrap.com). To view our docs locally, you'll need to [install Jekyll](https://github.com/mojombo/jekyll/wiki/install) to run a local server. @@ -92,6 +63,35 @@ Please submit all pull requests against *-wip branches. If your pull request con +## Community + +Keep track of development and community news. + +* Follow [@twbootstrap on Twitter](http://twitter.com/twbootstrap). +* Read and subscribe to the [The Official Twitter Bootstrap Blog](http://blog.getbootstrap.com). +* Have a question that's not a feature request or bug report? [Ask on the mailing list.](http://groups.google.com/group/twitter-bootstrap) +* 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 backward compatibility, Bootstrap will be maintained under the Semantic Versioning guidelines as much as possible. + +Releases will be numbered with the following format: + +`<major>.<minor>.<patch>` + +And constructed with the following guidelines: + +* Breaking backward compatibility bumps the major (and resets the minor and patch) +* New additions without breaking backward compatibility bumps the minor (and resets the patch) +* Bug fixes and misc changes bumps the patch + +For more information on SemVer, please visit [http://semver.org/](http://semver.org/). + + + ## Authors **Mark Otto** |
