From: Zlatan Vasović Date: Fri, 1 Nov 2013 21:52:52 +0000 (+0100) Subject: Add 'in' to complete thought X-Git-Tag: v3.0.3~16^2~7^2^2~2^2^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f589c6cfd6954b1f358b1e6c31466d7409c1c98;p=thirdparty%2Fbootstrap.git Add 'in' to complete thought Simple grammar fix. --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 96b7732b0d..4449ec3f44 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