diff options
author | zotlabs <mike@macgirvin.com> | 2018-02-26 16:45:04 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-02-26 16:45:04 -0800 |
commit | afe2ba36904de4d308fb0620ebef52d7eefecda0 (patch) | |
tree | 178f0e376f243c7fa048b4e389001234c07bd72e /library/font_awesome/src/_includes/community | |
parent | 01776e767d1976663d2c36fd7e6e4431c16c84c1 (diff) | |
parent | fe7fba4789fac2024c4e8e711e2f8a2492c683bd (diff) | |
download | volse-hubzilla-afe2ba36904de4d308fb0620ebef52d7eefecda0.tar.gz volse-hubzilla-afe2ba36904de4d308fb0620ebef52d7eefecda0.tar.bz2 volse-hubzilla-afe2ba36904de4d308fb0620ebef52d7eefecda0.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'library/font_awesome/src/_includes/community')
5 files changed, 0 insertions, 89 deletions
diff --git a/library/font_awesome/src/_includes/community/getting-support.html b/library/font_awesome/src/_includes/community/getting-support.html deleted file mode 100644 index 8ae311adc..000000000 --- a/library/font_awesome/src/_includes/community/getting-support.html +++ /dev/null @@ -1,22 +0,0 @@ -<div id="getting-support"> - <h2 class="page-header">Getting Support</h2> - <p> - Having trouble getting Font Awesome up and running? Something not working the way you think it should? I hate that - I don't have time to answer Font Awesome support emails anymore. So here are some things you might wanna do: - </p> - <ol> - <li> - Make sure you've read the latest version of how to <a href="{{ page.relative_path }}get-started/">get started</a>. - It's been updated recently to make Font Awesome even easier to use. - </li> - <li> - Check out the <a href="http://stackoverflow.com/questions/tagged/font-awesome">existing questions tagged as - Font Awesome</a> over on Stack Overflow. Other folks might have had the same question you've had. - </li> - <li> - Can't find the answer to your question on Stack Overflow? - <a href="http://stackoverflow.com/questions/ask?tags=font-awesome">Ask a new question</a>, then - <a href="mailto:{{ site.fontawesome.author.email }}">send me an email</a> and I might be able to take a look. - </li> - </ol> -</div> diff --git a/library/font_awesome/src/_includes/community/project-milestones.html b/library/font_awesome/src/_includes/community/project-milestones.html deleted file mode 100644 index 598569981..000000000 --- a/library/font_awesome/src/_includes/community/project-milestones.html +++ /dev/null @@ -1,7 +0,0 @@ -<section id="project-milestones"> - <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 }}/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 deleted file mode 100644 index b8fb61e49..000000000 --- a/library/font_awesome/src/_includes/community/reporting-bugs.html +++ /dev/null @@ -1,18 +0,0 @@ -<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> diff --git a/library/font_awesome/src/_includes/community/requesting-new-icons.html b/library/font_awesome/src/_includes/community/requesting-new-icons.html deleted file mode 100644 index d08aa16ff..000000000 --- a/library/font_awesome/src/_includes/community/requesting-new-icons.html +++ /dev/null @@ -1,29 +0,0 @@ -<section id="requesting-new-icons"> - <h2 class="page-header">Requesting New Icons</h2> - <p> - New icons mostly start as requests by the - <a href="{{ site.fontawesome.github.url }}/issues">Font Awesome community on GitHub</a>. Want to request a new - icon? Here are some things to keep 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. If a request is found, please add a 👍 reaction to 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:%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> - 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 deleted file mode 100644 index 1a55aba7b..000000000 --- a/library/font_awesome/src/_includes/community/submitting-pull-requests.html +++ /dev/null @@ -1,13 +0,0 @@ -<section id="submitting-pull-requests"> - <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 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>. - </li> - </ol> -</section> |