summaryrefslogtreecommitdiff
path: root/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/community
diff options
context:
space:
mode:
Diffstat (limited to 'pyssg.xyz/live/static/fork-awesome/src/doc/_includes/community')
-rw-r--r--pyssg.xyz/live/static/fork-awesome/src/doc/_includes/community/getting-support.html19
-rw-r--r--pyssg.xyz/live/static/fork-awesome/src/doc/_includes/community/project-milestones.html8
-rw-r--r--pyssg.xyz/live/static/fork-awesome/src/doc/_includes/community/reporting-bugs.html18
-rw-r--r--pyssg.xyz/live/static/fork-awesome/src/doc/_includes/community/requesting-new-icons.html29
-rw-r--r--pyssg.xyz/live/static/fork-awesome/src/doc/_includes/community/submitting-pull-requests.html18
5 files changed, 92 insertions, 0 deletions
diff --git a/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/community/getting-support.html b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/community/getting-support.html
new file mode 100644
index 0000000..c51cfcf
--- /dev/null
+++ b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/community/getting-support.html
@@ -0,0 +1,19 @@
+<div id="getting-support">
+ <h2 class="page-header">Getting Support</h2>
+ <p>
+ Having trouble getting {{ site.forkawesome.name }} up and running? Something not working the way you think it should?
+ </p>
+ <ol>
+ <li>
+ Make sure you've read the latest version of how to <a href="{{ page.relative_path }}get-started/">get started</a>.
+ </li>
+ <li>
+ Since {{ site.forkawesome.name }} is based on {{ site.fontawesome.name }}, 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=fork-awesome">Ask a new question</a>, then.
+ </li>
+ </ol>
+</div>
diff --git a/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/community/project-milestones.html b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/community/project-milestones.html
new file mode 100644
index 0000000..62a7b8c
--- /dev/null
+++ b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/community/project-milestones.html
@@ -0,0 +1,8 @@
+<section id="project-milestones">
+ <h2 class="page-header">Projects</h2>
+ <p>
+ Want to keep up with what's planned for {{ site.forkawesome.name }}? Check out our
+ <a href="{{ site.forkawesome.github.url }}/projects">projects</a> on the GitHub repo.
+ And come help us achieve those goals.
+ </p>
+</section>
diff --git a/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/community/reporting-bugs.html b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/community/reporting-bugs.html
new file mode 100644
index 0000000..1ad5994
--- /dev/null
+++ b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/community/reporting-bugs.html
@@ -0,0 +1,18 @@
+<section id="reporting-bugs">
+ <h2 class="page-header">Reporting Bugs</h2>
+ <p>
+ Found a problem with {{ site.forkawesome.name }}? Feel free to submit an issue on the GitHub project. But please keep the following in mind:
+ </p>
+ <ol>
+ <li>Please be nice. {{ site.forkawesome.name }} is a happy place.</li>
+ <li>Please <a href="{{ site.forkawesome.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.forkawesome.github.url }}/issues/new">submit an issue</a>.
+ </li>
+ </ol>
+</section>
diff --git a/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/community/requesting-new-icons.html b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/community/requesting-new-icons.html
new file mode 100644
index 0000000..6865e95
--- /dev/null
+++ b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/community/requesting-new-icons.html
@@ -0,0 +1,29 @@
+<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.forkawesome.github.url }}/issues">{{ site.forkawesome.name }} community on GitHub</a>. Want to request a new
+ icon? Here are some things to keep in mind:
+ </p>
+ <ol>
+ <li>Please be nice. {{ site.forkawesome.name }} is a happy place.</li>
+ <li>Please <a href="{{ site.forkawesome.github.url }}/search?type=Issues">search</a> to see if your icon request already exists. If a request is found, please add a &#x1F44D; 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.forkawesome.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/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/community/submitting-pull-requests.html b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/community/submitting-pull-requests.html
new file mode 100644
index 0000000..83f3313
--- /dev/null
+++ b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/community/submitting-pull-requests.html
@@ -0,0 +1,18 @@
+<section id="submitting-pull-requests">
+ <h2 class="page-header">Submitting Pull Requests</h2>
+ Found a way to solve a bug in {{ site.forkawesome.name }}? Want to contribute new features or a new icon?
+ <ol>
+ <li>
+ Clone the repository and work on your proposal.
+ </li>
+ <li>
+ Then, when you think it's ready or when you want feedback,
+ <a href="{{ site.forkawesome.github.url }}/issues/new">submit a pull
+ request</a>.
+ </li>
+ <li>
+ Discuss with rest of the community and follow up on conversations until
+ your pull request is merged.
+ </li>
+ </ol>
+</section>