0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Remove Mustache comment regarding contribution: it's going away.

This commit is contained in:
Christopher Canipe 2013-07-18 20:09:33 -06:00
parent 3e8b3a246a
commit 896d159987

View File

@ -26,7 +26,6 @@ We only accept issues that are bug reports or feature requests. Bugs must be iso
## Pull requests
- Try to submit pull requests against the latest `*-wip` branch for easier merging
- 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