Jelajahi Sumber

adding instructions for submitting pull requests. make them against -wip and not against master. all pull requests against master will be ignored

davegandy 12 tahun lalu
induk
melakukan
864e96638b
1 mengubah file dengan 6 tambahan dan 2 penghapusan
  1. 6 2
      build/_includes/contribute.html

+ 6 - 2
build/_includes/contribute.html

@@ -2,7 +2,8 @@
   <h2 class="page-header">GitHub Project</h2>
   <p class="lead">
     Found a bug? Want to request a new icon? Want to see what's up next for the project?
-    <a href="{{ site.font-awesome.github.url }}/issues">Submit an issue</a> on the
+    <a href="{{ site.font-awesome.github.url }}/issues">Submit an issue</a> or a
+    <a href="{{ site.font-awesome.github.url }}/pulls">pull request</a> on the
     <a href="{{ site.font-awesome.github.url }}">GitHub project</a>. Here are a few guidelines:
   </p>
   <ol>
@@ -16,8 +17,11 @@
         <li>Attach an image or two that represent the idea you're going for. Remember that font icons are a single color.</li>
       </ul>
     </li>
+    <li>
+      If you're submitting a pull request, make it on the latest -wip branch. All pull requests against master will be
+      ignored.
+    </li>
   </ol>
-
 </section>
 
 <section id="say-thanks">