From a5f843ba9ba3dd3ce9ad22a89d57dfcb5fa46586 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 26 Feb 2018 11:05:48 +0100 Subject: switch to fork-awesome --- .../src/_includes/community/getting-support.html | 22 ---------------- .../_includes/community/project-milestones.html | 7 ------ .../src/_includes/community/reporting-bugs.html | 18 -------------- .../_includes/community/requesting-new-icons.html | 29 ---------------------- .../community/submitting-pull-requests.html | 13 ---------- 5 files changed, 89 deletions(-) delete mode 100644 library/font_awesome/src/_includes/community/getting-support.html delete mode 100644 library/font_awesome/src/_includes/community/project-milestones.html delete mode 100644 library/font_awesome/src/_includes/community/reporting-bugs.html delete mode 100644 library/font_awesome/src/_includes/community/requesting-new-icons.html delete mode 100644 library/font_awesome/src/_includes/community/submitting-pull-requests.html (limited to 'library/font_awesome/src/_includes/community') 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 @@ -
- -

- 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: -

-
    -
  1. - Make sure you've read the latest version of how to get started. - It's been updated recently to make Font Awesome even easier to use. -
  2. -
  3. - Check out the existing questions tagged as - Font Awesome over on Stack Overflow. Other folks might have had the same question you've had. -
  4. -
  5. - Can't find the answer to your question on Stack Overflow? - Ask a new question, then - send me an email and I might be able to take a look. -
  6. -
-
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 @@ -
- -

- Want to keep up with what's planned for Font Awesome? Check out our - milestones on the GitHub project. -

-
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 @@ -
- -

- Found a problem with Font Awesome? Feel free to submit an issue on the GitHub project. But please keep the following in mind: -

-
    -
  1. Please be nice. Font Awesome is a happy place.
  2. -
  3. Please search to see if your bug was already reported.
  4. -
  5. - Before opening any issue, please read the generic issue - guidelines, by Nicolas Gallagher. -
  6. -
  7. - After doing everything above, feel free to - submit an issue. -
  8. -
-
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 @@ -
- -

- New icons mostly start as requests by the - Font Awesome community on GitHub. Want to request a new - icon? Here are some things to keep in mind: -

-
    -
  1. Please be nice. Font Awesome is a happy place.
  2. -
  3. Please search to see if your icon request already exists. If a request is found, please add a 👍 reaction to that one.
  4. -
  5. - Please make requests for single icons, unless you are requesting a couple of strictly related icons (e.g., thumbs-up/thumbs-down). -
  6. -
  7. - Please and thank you if you include the following: -
      -
    • - Title your new issue - Icon request: icon-name (e.g., Icon request: icon-car). -
    • -
    • Include a few use cases for your requested icon. How do you plan on using it?
    • -
    • Attach a single color image or two that represent the idea you're going for.
    • -
    -
  8. -
  9. - Request concrete objects: it's harder to make an icon to represent happiness, it's easier to make a smiley face. -
  10. -
-
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 @@ -
- - Found a way to solve a bug in Font Awesome? Want to contribute new features? Here are a few things to remember: -
    -
  1. Please do not submit new icons.
  2. -
  3. Please submit all pull requests against *-wip branches.
  4. -
  5. All pull requests submitted against master will be summarily closed and this guide referenced.
  6. -
  7. - After doing everything above, feel free to - submit a pull request. -
  8. -
-
-- cgit v1.2.3