submitting-pull-requests.html 568 B

123456789101112
  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 submit all pull requests against *-wip branches.</li>
  6. <li>All pull requests submitted against master will be sumarily closed and this guide referenced.</li>
  7. <li>
  8. After doing everything above, feel free to
  9. <a href="{{ site.fontawesome.github.url }}/issues/new">submit a pull request</a>.
  10. </li>
  11. </ol>
  12. </section>