community.html 765 B

1234567891011121314151617181920
  1. {% capture stripe_ad_content %}
  2. <p class="lead">
  3. Font Awesome has a vibrant community of folks helping each other out. You can
  4. <a href="#getting-support">get support</a>,
  5. <a href="#reporting-bugs">report bugs</a>,
  6. <a href="#requesting-new-icons">request new icons</a>,
  7. <a href="#submitting-pull-requests">submit pull requests</a>, and
  8. <a href="#project-milestones">check upcoming milestones</a>.
  9. </p>
  10. {% endcapture %}
  11. {% include stripe-ad.html %}
  12. {% include community/getting-support.html %}
  13. {% include community/reporting-bugs.html %}
  14. {% include community/requesting-new-icons.html %}
  15. {% include community/submitting-pull-requests.html %}
  16. {% include community/project-milestones.html %}
  17. {% include thanks-to.html %}
  18. {% include tell-me-thanks.html %}