aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-11-30 00:43:27 -0800
committerMark Otto <[email protected]>2013-11-30 00:43:27 -0800
commit819e920d1646f7e9fec8d3dd6ba10dcbd2fa1599 (patch)
tree54a0f02728d68aaef563cad4891099c98150721d /CONTRIBUTING.md
parenta7a9dcaeb2231b2580cf79fcee7d777b98ac24d8 (diff)
parent95487f75d1e8cf5da8af098bf13f1c3f5b13be36 (diff)
downloadbootstrap-819e920d1646f7e9fec8d3dd6ba10dcbd2fa1599.tar.xz
bootstrap-819e920d1646f7e9fec8d3dd6ba10dcbd2fa1599.zip
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7c88a8d88..f00f3b780 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -17,7 +17,7 @@ We only accept issues that are bug reports or feature requests. Bugs must be iso
## Pull requests
-- CSS changes must be done in `.less` files first, never just the compiled `.css` files
+- CSS changes must be done in `.less` files first, never just in the compiled `.css` 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
- Try to share which browsers your code has been tested in before submitting a pull request