diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-09-27 14:56:52 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-09-27 14:56:52 +0100 |
commit | b3fea58c6f9a29ec5fb428d82c25e3a82ac962af (patch) | |
tree | f7b79502c8bcbc158451c205944ee8d337750f8e /docs/community/index.md | |
parent | 371927debffc6bb42d8d86a90afc715d1d837e74 (diff) |
Move docs from gh-pages branch.
Diffstat (limited to 'docs/community/index.md')
-rw-r--r-- | docs/community/index.md | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/docs/community/index.md b/docs/community/index.md new file mode 100644 index 000000000..485d821bb --- /dev/null +++ b/docs/community/index.md @@ -0,0 +1,60 @@ +--- +layout: page +title: Community +--- + +# Community + +<p class="lead">If you are thinking of using the FixMyStreet Platform, please +let our growing community help.</p> + +<div class="contact-options"> +<div class="column"> +<h3>Mailing list</h3> + +<p>The <a href="https://groups.google.com/a/mysociety.org/forum/#!forum/fixmystreet">FixMyStreet +mailing list</a> is where people discuss implementing FixMyStreet Platform in +their own jurisdictions and areas, and seek help with any issues they are +facing.</p> + +</div> +<div class="column"> +<h3>GitHub</h3> + +<p>FixMyStreet is open source under the Affero GPL licence. The code is hosted +on <a href="https://github.com/mysociety/fixmystreet">GitHub</a> and is just a +fork away. GitHub is also where you can file and discuss issues and feature +requests, though please feel free to post a question to the mailing list +first.</p> + +</div> +</div> + +<div class="contact-options"> +<div class="column"> +<h3>IRC</h3> + +<p>If you would like to discuss things in a chat room, the <a +href="irc://irc.freenode.net/fixmystreet">#fixmystreet</a> channel on +irc.freenode.net allows for just that (<a +href="irc/">web IRC interface</a>).</p> + +</div> +<div class="column"> +<h3>Twitter</h3> + +<p>You can follow and tweet <a href="https://twitter.com/fixmystreet">@fixmystreet</a>.</p> +</div> +</div> + +<div class="contact-options"> +<div class="column"> +<h3>Email</h3> +<p> +If you're trying to set a FixMyStreet project up outside the UK, let mySociety's +<a href="https://www.mysociety.org/about/mysociety-around-the-world/">international team</a> +know by emailing +<a href="mailto:international@mysociety.org">international@mysociety.org</a>.</p> +</div> +</div> + |