diff --git a/src/_includes/community/getting-support.html b/src/_includes/community/getting-support.html
index 8ae311adc..f7a490b7d 100644
--- a/src/_includes/community/getting-support.html
+++ b/src/_includes/community/getting-support.html
@@ -1,22 +1,21 @@
- 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:
+ Having trouble getting {{ site.forkawesome.name }} up and running? Something not working the way you think it should?
-
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.
+ It's been updated recently to make {{ site.forkawesome.name }} even easier to use.
-
Check out the existing questions tagged as
- Font Awesome over on Stack Overflow. Other folks might have had the same question you've had.
+ Font Awesome over on Stack Overflow. Other folks might have had the same question you've had. And since
+ {{ site.forkawesome.name }} is based on Font Awesome, the answers might help you.
-
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.
+ Ask a new question, then.
diff --git a/src/_includes/community/project-milestones.html b/src/_includes/community/project-milestones.html
index 598569981..62a7b8c46 100644
--- a/src/_includes/community/project-milestones.html
+++ b/src/_includes/community/project-milestones.html
@@ -1,7 +1,8 @@
-
+
- Want to keep up with what's planned for Font Awesome? Check out our
- milestones on the GitHub project.
+ Want to keep up with what's planned for {{ site.forkawesome.name }}? Check out our
+ projects on the GitHub repo.
+ And come help us achieve those goals.
diff --git a/src/_includes/community/reporting-bugs.html b/src/_includes/community/reporting-bugs.html
index b8fb61e49..1ad5994de 100644
--- a/src/_includes/community/reporting-bugs.html
+++ b/src/_includes/community/reporting-bugs.html
@@ -1,18 +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:
+ Found a problem with {{ site.forkawesome.name }}? Feel free to submit an issue on the GitHub project. But please keep the following in mind:
- - Please be nice. Font Awesome is a happy place.
- - Please search to see if your bug was already reported.
+ - Please be nice. {{ site.forkawesome.name }} is a happy place.
+ - Please search to see if your bug was already reported.
-
Before opening any issue, please read the generic issue
guidelines, by Nicolas Gallagher.
-
After doing everything above, feel free to
- submit an issue.
+ submit an issue.
diff --git a/src/_includes/community/requesting-new-icons.html b/src/_includes/community/requesting-new-icons.html
index d08aa16ff..6865e9528 100644
--- a/src/_includes/community/requesting-new-icons.html
+++ b/src/_includes/community/requesting-new-icons.html
@@ -2,12 +2,12 @@
New icons mostly start as requests by the
- Font Awesome community on GitHub. Want to request a new
+ {{ site.forkawesome.name }} community on GitHub. Want to request a new
icon? Here are some things to keep in mind:
- - Please be nice. Font Awesome is a happy place.
- - Please search to see if your icon request already exists. If a request is found, please add a 👍 reaction to that one.
+ - Please be nice. {{ site.forkawesome.name }} is a happy place.
+ - Please search to see if your icon request already exists. If a request is found, please add a 👍 reaction to that one.
-
Please make requests for single icons, unless you are requesting a couple of strictly related icons (e.g., thumbs-up/thumbs-down).
@@ -15,7 +15,7 @@
Please and thank you if you include the following:
-
- Title your new issue
+ 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?
diff --git a/src/_includes/community/submitting-pull-requests.html b/src/_includes/community/submitting-pull-requests.html
index 1a55aba7b..83f331347 100644
--- a/src/_includes/community/submitting-pull-requests.html
+++ b/src/_includes/community/submitting-pull-requests.html
@@ -1,13 +1,18 @@
- Found a way to solve a bug in Font Awesome? Want to contribute new features? Here are a few things to remember:
+ Found a way to solve a bug in {{ site.forkawesome.name }}? Want to contribute new features or a new icon?
- - Please do not submit new icons.
- - Please submit all pull requests against *-wip branches.
- - All pull requests submitted against master will be summarily closed and this guide referenced.
-
- After doing everything above, feel free to
- submit a pull request.
+ Clone the repository and work on your proposal.
+
+ -
+ Then, when you think it's ready or when you want feedback,
+ submit a pull
+ request.
+
+ -
+ Discuss with rest of the community and follow up on conversations until
+ your pull request is merged.
diff --git a/src/community.html b/src/community.html
index 31b96af62..702ca133d 100644
--- a/src/community.html
+++ b/src/community.html
@@ -5,23 +5,12 @@ navbar_active: community
relative_path: ../
---
{% capture jumbotron_h1 %} Community{% endcapture %}
-{% capture jumbotron_p %}Lots of ways to get involved with Font Awesome{% endcapture %}
+{% capture jumbotron_p %}Lots of ways to get involved with {{ site.forkawesome.name }}{% endcapture %}
{% include jumbotron.html %}
{% include stripe-social.html %}