浏览代码

When requesting new icons, “icon-“ prefix is still preferable to “fa-“

Geremia Taglialatela 10 年之前
父节点
当前提交
97404ab77d
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      CONTRIBUTING.md
  2. 1 1
      src/_includes/community/requesting-new-icons.html

+ 1 - 1
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. ☺

+ 1 - 1
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>