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

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeremia Taglialatela <tagliala.dev@gmail.com>2014-02-03 20:31:31 +0400
committerGeremia Taglialatela <tagliala.dev@gmail.com>2014-02-03 20:31:37 +0400
commit71efac0a6e7fe9140aadf19cfae5e86066356d7d (patch)
treef231e38b28e0bf7e58cb730f9137050c9f7f185a /CONTRIBUTING.md
parent45b660f57634e8f3fd6b5e526db3eab55bf68bb4 (diff)
warn about pull requests containing icons
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index cc2530cd8..9952080e1 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -34,9 +34,10 @@ As of v3.2.0, Font Awesome's CSS, LESS, SCSS, and documentation are all powered
## Pull requests
+- At the moment we are not accepting pull requests containing icons
- Submit all pull requests against the appropriate `*-wip` branch for easier merging
- Any changes to the docs must be made to the Liquid templates in the `src` directory
-- CSS changes must be done in .less and .scss files first, never the compiled files
+- CSS changes must be done in .less and .scss files in the `src` directory first, never the compiled files
- If modifying the .less and .scss files, always recompile and commit the compiled files
- 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