mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-01 17:32:41 +02:00
Updated Contributing to Bootstrap (markdown)
@@ -2,9 +2,13 @@ Recommendations and requirements for how to best contribute to Bootstrap. We str
|
|||||||
|
|
||||||
### Key branches
|
### Key branches
|
||||||
- `master` is the latest, deployed version
|
- `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
|
### 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
|
- 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
|
- 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
|
- Try not to pollute your pull request with unintended changes--keep them simple and small
|
||||||
|
Reference in New Issue
Block a user