From 043042428ce7eea3daec258743349ff23c40b6e6 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 8 Oct 2013 16:11:20 -0700 Subject: add font_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 | 27 ++++++++++++++++++++++ .../community/submitting-pull-requests.html | 12 ++++++++++ 5 files changed, 86 insertions(+) create mode 100644 library/font_awesome/src/_includes/community/getting-support.html create mode 100644 library/font_awesome/src/_includes/community/project-milestones.html create mode 100644 library/font_awesome/src/_includes/community/reporting-bugs.html create mode 100644 library/font_awesome/src/_includes/community/requesting-new-icons.html create 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 new file mode 100644 index 000000000..8ae311adc --- /dev/null +++ b/library/font_awesome/src/_includes/community/getting-support.html @@ -0,0 +1,22 @@ +
+ +

+ 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 new file mode 100644 index 000000000..ba2a4e493 --- /dev/null +++ b/library/font_awesome/src/_includes/community/project-milestones.html @@ -0,0 +1,7 @@ +
+ +

+ 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 new file mode 100644 index 000000000..3dde63fa5 --- /dev/null +++ b/library/font_awesome/src/_includes/community/reporting-bugs.html @@ -0,0 +1,18 @@ +
+ +

+ 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 icon request already exists.
  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 new file mode 100644 index 000000000..d710e2bb1 --- /dev/null +++ b/library/font_awesome/src/_includes/community/requesting-new-icons.html @@ -0,0 +1,27 @@ +
+ +

+ 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.
  4. +
  5. + Please and thank you if you include the following: +
      +
    • + Title your new issue + Icon request: icon-name. +
    • +
    • 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.
    • +
    +
  6. +
  7. + 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. +
  8. +
+
diff --git a/library/font_awesome/src/_includes/community/submitting-pull-requests.html b/library/font_awesome/src/_includes/community/submitting-pull-requests.html new file mode 100644 index 000000000..de79930e6 --- /dev/null +++ b/library/font_awesome/src/_includes/community/submitting-pull-requests.html @@ -0,0 +1,12 @@ +
+ + Found a way to solve a bug in Font Awesome? Want to contribute new features? Here are a few things to remember: +
    +
  1. Please submit all pull requests against *-wip branches.
  2. +
  3. All pull requests submitted against master will be sumarily closed and this guide referenced.
  4. +
  5. + After doing everything above, feel free to + submit a pull request. +
  6. +
+
-- cgit v1.2.3