aboutsummaryrefslogtreecommitdiffstats
path: root/library/font_awesome/src/_includes/community/reporting-bugs.html
blob: b8fb61e49bd68be788ed7083885a8d5fb42e0fc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<section id="reporting-bugs">
  <h2 class="page-header">Reporting Bugs</h2>
  <p>
    Found a problem with Font Awesome? Feel free to submit an issue on the GitHub project. But please keep the following in mind:
  </p>
  <ol>
    <li>Please be nice. Font Awesome is a happy place.</li>
    <li>Please <a href="{{ site.fontawesome.github.url }}/search?type=Issues">search</a> to see if your bug was already reported.</li>
    <li>
      Before opening any issue, please read the generic <a href="https://github.com/necolas/issue-guidelines">issue
      guidelines</a>, by <a href="https://github.com/necolas/">Nicolas Gallagher</a>.
    </li>
    <li>
      After doing everything above, feel free to
      <a href="{{ site.fontawesome.github.url }}/issues/new">submit an issue</a>.
    </li>
  </ol>
</section>