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-08-06 13:27:34 +0400
committerGeremia Taglialatela <tagliala.dev@gmail.com>2014-08-06 13:27:34 +0400
commit97404ab77d41c70c69da482990c60b9aa7bf1944 (patch)
tree9aa0f973170674a8acf6c07c3a76dca1eec810a6
parent9f3313d5426a8d6ea74b57afe887f63d79735c08 (diff)
When requesting new icons, “icon-“ prefix is still preferable to “fa-“
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--src/_includes/community/requesting-new-icons.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 4f50cf615..02c64a6db 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -12,7 +12,7 @@ New icons mostly start as requests by the [Font Awesome community on GitHub](../
2. Please [search](../../search?type=Issues) to see if your icon request already exists. If a request is found, please +1 that one.
3. Please make requests for single icons, unless you are requesting a couple of strictly related icons (e.g., thumbs-up/thumbs-down).
4. Please and thank you if you include the following:
- - Title your [new issue](../../issues/new?title=Icon%20Request:%20fa-) `Icon request: fa-name` (e.g., `Icon request: fa-car`).
+ - Title your [new issue](../../issues/new?title=Icon%20Request:%20icon-) `Icon request: icon-name` (e.g., `Icon request: icon-car`).
- Include a few use cases for your requested icon. How do you plan on using it?
- Attach a single color image or two that represent the idea you're going for.
- Request concrete objects: it's harder to make an icon to represent happiness, it's easier to make a smiley face. ☺
diff --git a/src/_includes/community/requesting-new-icons.html b/src/_includes/community/requesting-new-icons.html
index b6cfbae46..e342f2868 100644
--- a/src/_includes/community/requesting-new-icons.html
+++ b/src/_includes/community/requesting-new-icons.html
@@ -16,7 +16,7 @@
<ul>
<li>
Title your <a href="{{ site.fontawesome.github.url }}/issues/new?title=Icon%20Request:%20fa-">new issue</a>
- <code>Icon request: fa-name</code> (e.g., <code>Icon request: fa-car</code>).
+ <code>Icon request: icon-name</code> (e.g., <code>Icon request: icon-car</code>).
</li>
<li>Include a few use cases for your requested icon. How do you plan on using it?</li>
<li>Attach a single color image or two that represent the idea you're going for.</li>