Browse code

Created repository.

DoubleBastionAdmin authored on 02/03/2022 00:26:46
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,29 @@
1
+<section id="requesting-new-icons">
2
+  <h2 class="page-header">Requesting New Icons</h2>
3
+  <p>
4
+    New icons mostly start as requests by the
5
+    <a href="{{ site.fontawesome.github.url }}/issues">Font Awesome community on GitHub</a>. Want to request a new
6
+    icon? Here are some things to keep in mind:
7
+  </p>
8
+  <ol>
9
+    <li>Please be nice. Font Awesome is a happy place.</li>
10
+    <li>Please <a href="{{ site.fontawesome.github.url }}/search?type=Issues">search</a> to see if your icon request already exists. If a request is found, please add a &#x1F44D; reaction to that one.</li>
11
+    <li>
12
+      Please make requests for single icons, unless you are requesting a couple of strictly related icons (e.g., thumbs-up/thumbs-down).
13
+    </li>
14
+    <li>
15
+      Please and thank you if you include the following:
16
+      <ul>
17
+        <li>
18
+          Title your <a href="{{ site.fontawesome.github.url }}/issues/new?title=Icon%20Request:%20fa-">new issue</a>
19
+          <code>Icon request: icon-name</code> (e.g., <code>Icon request: icon-car</code>).
20
+        </li>
21
+        <li>Include a few use cases for your requested icon. How do you plan on using it?</li>
22
+        <li>Attach a single color image or two that represent the idea you're going for.</li>
23
+      </ul>
24
+    </li>
25
+    <li>
26
+      Request concrete objects: it's harder to make an icon to represent happiness, it's easier to make a smiley face.  <i class="fa fa-smile-o" title="Smiling face"></i>
27
+    </li>
28
+  </ol>
29
+</section>