diff options
author | Treer <treer.git@the-bordello.com> | 2016-04-30 21:36:19 +1000 |
---|---|---|
committer | Treer <treer.git@the-bordello.com> | 2016-04-30 21:36:19 +1000 |
commit | 45654ffc5cc4532c2189c88d46a0374038b53c9f (patch) | |
tree | fc1c9949dcabd360c120d318c9fe3181d47c8f42 /library/font_awesome/src/_includes/community | |
parent | 931a4fafe316b23bacf92ac1ff35f9b8467415dd (diff) | |
download | volse-hubzilla-45654ffc5cc4532c2189c88d46a0374038b53c9f.tar.gz volse-hubzilla-45654ffc5cc4532c2189c88d46a0374038b53c9f.tar.bz2 volse-hubzilla-45654ffc5cc4532c2189c88d46a0374038b53c9f.zip |
update font-awesome library to 4.6.1
Perhaps this should be done as a submodule instead?
Diffstat (limited to 'library/font_awesome/src/_includes/community')
4 files changed, 11 insertions, 8 deletions
diff --git a/library/font_awesome/src/_includes/community/project-milestones.html b/library/font_awesome/src/_includes/community/project-milestones.html index ba2a4e493..598569981 100644 --- a/library/font_awesome/src/_includes/community/project-milestones.html +++ b/library/font_awesome/src/_includes/community/project-milestones.html @@ -2,6 +2,6 @@ <h2 class="page-header">Project Milestones</h2> <p> Want to keep up with what's planned for Font Awesome? Check out our - <a href="{{ site.fontawesome.github.url }}/issues/milestones">milestones</a> on the GitHub project. + <a href="{{ site.fontawesome.github.url }}/milestones">milestones</a> on the GitHub project. </p> </section> diff --git a/library/font_awesome/src/_includes/community/reporting-bugs.html b/library/font_awesome/src/_includes/community/reporting-bugs.html index 3dde63fa5..b8fb61e49 100644 --- a/library/font_awesome/src/_includes/community/reporting-bugs.html +++ b/library/font_awesome/src/_includes/community/reporting-bugs.html @@ -5,7 +5,7 @@ </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>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>. diff --git a/library/font_awesome/src/_includes/community/requesting-new-icons.html b/library/font_awesome/src/_includes/community/requesting-new-icons.html index d710e2bb1..e73f41c35 100644 --- a/library/font_awesome/src/_includes/community/requesting-new-icons.html +++ b/library/font_awesome/src/_includes/community/requesting-new-icons.html @@ -7,21 +7,23 @@ </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>Please <a href="{{ site.fontawesome.github.url }}/search?type=Issues">search</a> to see if your icon request already exists. If a request is found, please +1 that one.</li> + <li> + Please make requests for single icons, unless you are requesting a couple of strictly related icons (e.g., thumbs-up/thumbs-down). + </li> <li> Please and thank you if you include the following: <ul> <li> - Title your <a href="{{ site.fontawesome.github.url }}/issues/new?title=Icon%20Request:%20icon-name">new issue</a> - <code>Icon request: icon-name</code>. + Title your <a href="{{ site.fontawesome.github.url }}/issues/new?title=Icon%20Request:%20fa-">new issue</a> + <code>Icon request: icon-name</code> (e.g., <code>Icon request: icon-car</code>). </li> <li>Include a few use cases for your requested icon. How do you plan on using it?</li> <li>Attach a single color image or two that represent the idea you're going for.</li> </ul> </li> <li> - Concrete objects make good icons, since abstract concepts are, well, abstract. It's harder to make an icon - to represent happiness. It's easier to make a smiley face. <i class="icon-smile"></i> + Request concrete objects: it's harder to make an icon to represent happiness, it's easier to make a smiley face. <i class="fa fa-smile-o" title="Smiling face"></i> </li> </ol> </section> diff --git a/library/font_awesome/src/_includes/community/submitting-pull-requests.html b/library/font_awesome/src/_includes/community/submitting-pull-requests.html index de79930e6..1a55aba7b 100644 --- a/library/font_awesome/src/_includes/community/submitting-pull-requests.html +++ b/library/font_awesome/src/_includes/community/submitting-pull-requests.html @@ -2,8 +2,9 @@ <h2 class="page-header">Submitting Pull Requests</h2> Found a way to solve a bug in Font Awesome? Want to contribute new features? Here are a few things to remember: <ol> + <li>Please do not submit new icons.</li> <li>Please submit all pull requests against *-wip branches.</li> - <li>All pull requests submitted against master will be sumarily closed and this guide referenced.</li> + <li>All pull requests submitted against master will be summarily closed and this guide referenced.</li> <li> After doing everything above, feel free to <a href="{{ site.fontawesome.github.url }}/issues/new">submit a pull request</a>. |