diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-08-06 15:19:12 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-08-06 15:19:12 -0400 |
commit | 4642156cbc6da4a9e25dce2168f2fb9b726de042 (patch) | |
tree | d62aec0ebf977e008d016d8af15e54e26d5089b4 /bower_components/font-awesome/src/_includes/community/reporting-bugs.html | |
parent | 20e2d90874a3e1116c76e1547210d191dd0159f4 (diff) |
unignore bower_components
Diffstat (limited to 'bower_components/font-awesome/src/_includes/community/reporting-bugs.html')
-rw-r--r-- | bower_components/font-awesome/src/_includes/community/reporting-bugs.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/bower_components/font-awesome/src/_includes/community/reporting-bugs.html b/bower_components/font-awesome/src/_includes/community/reporting-bugs.html new file mode 100644 index 00000000..3dde63fa --- /dev/null +++ b/bower_components/font-awesome/src/_includes/community/reporting-bugs.html @@ -0,0 +1,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 icon request already exists.</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> |