1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-31 04:32:20 +01:00

Updated Contributing to Bootstrap (markdown)

markdotto 2012-02-07 00:02:44 -08:00
parent 8a4dbd7b96
commit b27e280914

@ -2,9 +2,13 @@ Recommendations and requirements for how to best contribute to Bootstrap. We str
### Key branches
- `master` is the latest, deployed version
- `2.0-wip` is the official branch for the next major, non-backwards-compatible version
- `*-wip` is the official branch for the next release
### Notes on the repo
As of v2.0.0, Bootstrap's documentation is powered by Mustache templates and built via `make` before each commit and release. This was done to enable internationalization (translation) in a future release by uploading our strings to the [Twitter Translation Center](http://translate.twttr.com/). Any edits to the docs should be first done in the Mustache files and then recompiled into the HTML.
### Pull requests
- Any changes to the docs must be made to the Mustache templates, not just the compiled HTML pages.
- CSS changes must be done in .less files first, never just the compiled files
- If modifying the .less files, always recompile and commit the compiled files bootstrap.css and bootstrap.min.css
- Try not to pollute your pull request with unintended changes--keep them simple and small