Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Canipe <christopher.canipe@pinnacol.com>2013-07-19 06:09:33 +0400
committerChristopher Canipe <christopher.canipe@pinnacol.com>2013-07-19 06:09:33 +0400
commit896d159987299749b00909ed8fd68af3b2b9ff32 (patch)
tree72868199617931f0ec5ce55df2abe5c34dcf464f /CONTRIBUTING.md
parent3e8b3a246a3a7142f969ade63bbe21948085f4f2 (diff)
Remove Mustache comment regarding contribution: it's going away.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 43c7161802..712b023ce6 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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