From eec86051a47e32960b9f317cf8e6f4790e5d52f3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 23 Jun 2013 13:21:40 -0700 Subject: move readme to root --- README.md | 59 ++++++++++++++++++++++++++++++++++++++++++++++ starter-template/README.md | 59 ---------------------------------------------- 2 files changed, 59 insertions(+), 59 deletions(-) create mode 100644 README.md delete mode 100644 starter-template/README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..4da8d7e84 --- /dev/null +++ b/README.md @@ -0,0 +1,59 @@ +# Bootstrap Examples + +An ongoing collection of example templates for using and extending Bootstrap. To get started, check out [http://examples.getbootstrap.com](http://examples.getbootstrap.com)! + + + +## Bugs and feature requests + +Have a bug or a feature request? [Please open a new issue](https://github.com/twbs/bootstrap-examples/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/). + + + +## Contributing + +Please read through our guidelines for contributing to Bootstrap. Included are directions for opening issues, coding standards, and notes on development. All HTML and CSS should conform to the [Code Guide](http://github.com/mdo/code-guide), maintained by [Mark Otto](http://github.com/mdo). + + + +## 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-glyphicons will be maintained under the Semantic Versioning guidelines as much as possible. + +Releases will be numbered with the following format: + +`..` + +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** + ++ [http://twitter.com/mdo](http://twitter.com/mdo) ++ [http://github.com/mdo](http://github.com/mdo) + + + +## Copyright and license + +Copyright 2013 Mark Otto, Inc under [the MIT license](LICENSE). diff --git a/starter-template/README.md b/starter-template/README.md deleted file mode 100644 index 4da8d7e84..000000000 --- a/starter-template/README.md +++ /dev/null @@ -1,59 +0,0 @@ -# Bootstrap Examples - -An ongoing collection of example templates for using and extending Bootstrap. To get started, check out [http://examples.getbootstrap.com](http://examples.getbootstrap.com)! - - - -## Bugs and feature requests - -Have a bug or a feature request? [Please open a new issue](https://github.com/twbs/bootstrap-examples/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/). - - - -## Contributing - -Please read through our guidelines for contributing to Bootstrap. Included are directions for opening issues, coding standards, and notes on development. All HTML and CSS should conform to the [Code Guide](http://github.com/mdo/code-guide), maintained by [Mark Otto](http://github.com/mdo). - - - -## 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-glyphicons will be maintained under the Semantic Versioning guidelines as much as possible. - -Releases will be numbered with the following format: - -`..` - -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** - -+ [http://twitter.com/mdo](http://twitter.com/mdo) -+ [http://github.com/mdo](http://github.com/mdo) - - - -## Copyright and license - -Copyright 2013 Mark Otto, Inc under [the MIT license](LICENSE). -- cgit v1.2.3