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,13 @@
1
+<section id="submitting-pull-requests">
2
+  <h2 class="page-header">Submitting Pull Requests</h2>
3
+  Found a way to solve a bug in Font Awesome? Want to contribute new features? Here are a few things to remember:
4
+  <ol>
5
+    <li>Please do not submit new icons.</li>
6
+    <li>Please submit all pull requests against *-wip branches.</li>
7
+    <li>All pull requests submitted against master will be summarily closed and this guide referenced.</li>
8
+    <li>
9
+      After doing everything above, feel free to
10
+      <a href="{{ site.fontawesome.github.url }}/issues/new">submit a pull request</a>.
11
+    </li>
12
+  </ol>
13
+</section>