submitting-pull-requests.html 613 B

123456789101112131415161718
  1. <section id="submitting-pull-requests">
  2. <h2 class="page-header">Submitting Pull Requests</h2>
  3. Found a way to solve a bug in {{ site.forkawesome.name }}? Want to contribute new features or a new icon?
  4. <ol>
  5. <li>
  6. Clone the repository and work on your proposal.
  7. </li>
  8. <li>
  9. Then, when you think it's ready or when you want feedback,
  10. <a href="{{ site.forkawesome.github.url }}/issues/new">submit a pull
  11. request</a>.
  12. </li>
  13. <li>
  14. Discuss with rest of the community and follow up on conversations until
  15. your pull request is merged.
  16. </li>
  17. </ol>
  18. </section>