diff --git a/build/_includes/community.html b/build/_includes/community.html index 498f14d7c..b57b6ff8c 100644 --- a/build/_includes/community.html +++ b/build/_includes/community.html @@ -10,117 +10,9 @@ {% endcapture %} {% include stripe-ad.html %} -
- -

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

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

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

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

-
- -
- -

- Hopefully you think Font Awesome is awesome. I've put hundreds of hours into the project to give back to the - open source community. If you'd like, here are a couple of ways you can tell me thanks for all my hard work. -

-
-
-

Help me buy an iMac

-

- Contribute to a shiny - new iMac for me to keep making great icons. -

-
-
-

My Amazon Wish List

-

- Or pick something straight - from my wish list. Gift cards are great. -

-
-
-
+{% include community/getting-support.html %} +{% include community/reporting-bugs.html %} +{% include community/requesting-new-icons.html %} +{% include community/submitting-pull-requests.html %} +{% include community/project-milestones.html %} +{% include community/say-thanks.html %} diff --git a/build/_includes/community/getting-support.html b/build/_includes/community/getting-support.html new file mode 100644 index 000000000..a50c2394c --- /dev/null +++ b/build/_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/build/_includes/community/project-milestones.html b/build/_includes/community/project-milestones.html new file mode 100644 index 000000000..67f5ce242 --- /dev/null +++ b/build/_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/build/_includes/community/reporting-bugs.html b/build/_includes/community/reporting-bugs.html new file mode 100644 index 000000000..4262b74b7 --- /dev/null +++ b/build/_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/build/_includes/community/requesting-new-icons.html b/build/_includes/community/requesting-new-icons.html new file mode 100644 index 000000000..cce3c84c1 --- /dev/null +++ b/build/_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/build/_includes/community/say-thanks.html b/build/_includes/community/say-thanks.html new file mode 100644 index 000000000..86839edd1 --- /dev/null +++ b/build/_includes/community/say-thanks.html @@ -0,0 +1,23 @@ +
+ +

+ Hopefully you think Font Awesome is awesome. I've put hundreds of hours into the project to give back to the + open source community. If you'd like, here are a couple of ways you can tell me thanks for all my hard work. +

+
+
+

Help me buy an iMac

+

+ Contribute to a shiny + new iMac for me to keep making great icons. +

+
+
+

My Amazon Wish List

+

+ Or pick something straight + from my wish list. Gift cards are great. +

+
+
+
diff --git a/build/_includes/community/submitting-pull-requests.html b/build/_includes/community/submitting-pull-requests.html new file mode 100644 index 000000000..b635cb91a --- /dev/null +++ b/build/_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. +
+