evennia/docs/1.0-dev/How-To-Get-And-Give-Help.html

195 lines
11 KiB
HTML
Raw Normal View History

2020-06-13 00:36:45 +02:00
<!DOCTYPE html>
2020-10-15 01:31:30 +02:00
<html>
2020-06-15 21:52:33 +02:00
<head>
<meta charset="utf-8" />
2021-05-16 00:06:01 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
2020-06-15 21:52:33 +02:00
<title>How To Get And Give Help &#8212; Evennia 1.0-dev documentation</title>
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/language_data.js"></script>
2021-10-26 21:41:11 +02:00
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/x-mathjax-config">MathJax.Hub.Config({"tex2jax": {"processClass": "tex2jax_process|mathjax_process|math|output_area"}})</script>
2020-06-13 23:31:27 +02:00
<link rel="shortcut icon" href="_static/favicon.ico"/>
2020-06-15 21:52:33 +02:00
<link rel="index" title="Index" href="genindex.html" />
2020-10-19 22:46:24 +02:00
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Server Setup and Life" href="Setup/Setup-Overview.html" />
<link rel="prev" title="Unimplemented" href="Unimplemented.html" />
2020-06-15 21:52:33 +02:00
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
2020-10-19 22:46:24 +02:00
<li class="right" >
<a href="Setup/Setup-Overview.html" title="Server Setup and Life"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="Unimplemented.html" title="Unimplemented"
accesskey="P">previous</a> |</li>
2020-10-15 01:31:30 +02:00
<li class="nav-item nav-item-0"><a href="index.html">Evennia 1.0-dev</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">How To Get And Give Help</a></li>
2020-06-15 21:52:33 +02:00
</ul>
2021-06-23 18:58:26 +02:00
<div class="develop">develop branch</div>
2020-06-15 21:52:33 +02:00
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
2020-06-13 00:36:45 +02:00
2021-10-26 21:41:11 +02:00
<section class="tex2jax_ignore mathjax_ignore" id="how-to-get-and-give-help">
2020-06-13 00:36:45 +02:00
<h1>How To Get And Give Help<a class="headerlink" href="#how-to-get-and-give-help" title="Permalink to this headline"></a></h1>
2021-05-16 00:06:01 +02:00
<section id="how-to-get-help">
2020-06-13 00:36:45 +02:00
<h2>How to <em>get</em> Help<a class="headerlink" href="#how-to-get-help" title="Permalink to this headline"></a></h2>
2020-07-14 00:21:00 +02:00
<p>If you cannot find what you are looking for in the documentation, heres what to do:</p>
2020-06-13 00:36:45 +02:00
<ul class="simple">
2020-07-14 00:21:00 +02:00
<li><p>If you think the documentation is not clear enough, create a <a class="reference external" href="https://github.com/evennia/evennia/issues/new/choose">documentation ticket</a>.</p></li>
<li><p>If you have trouble with a missing feature or a problem you think is a bug, look through the
the list of known <a class="reference external" href="https://github.com/evennia/evennia/issues">issue</a> if you cant find your issue in the list, make a
new one <a class="reference external" href="https://github.com/evennia/evennia/issues/new/choose">here</a>.</p></li>
2020-06-16 22:49:43 +02:00
<li><p>If you need help, want to start a discussion or get some input on something you are working on,
2021-08-06 00:47:51 +02:00
make a post to the <a class="reference external" href="https://groups.google.com/group/evennia/">discussions group</a> This is technically a mailing list, but you dont
2020-06-16 22:49:43 +02:00
need to use e-mail; you can post and read all messages just as easily from your browser via the
online interface.</p></li>
<li><p>If you want more direct discussions with developers and other users, consider dropping into our
2021-08-06 00:47:51 +02:00
IRC chat channel <a class="reference external" href="https://webchat.freenode.net/?channels=evennia">#evennia</a> on the <em>Freenode</em> network. There is also a Discord channel
2020-07-14 00:21:00 +02:00
bridged into the IRC if you prefer that. Please that you have to be
2020-06-16 22:49:43 +02:00
patient if you dont get any response immediately; we are all in very different time zones and many
have busy personal lives. So you might have to hang around for a while - youll get noticed
eventually!</p></li>
2020-06-13 00:36:45 +02:00
</ul>
2021-05-16 00:06:01 +02:00
</section>
<section id="how-to-give-help">
2020-06-13 00:36:45 +02:00
<h2>How to <em>give</em> Help<a class="headerlink" href="#how-to-give-help" title="Permalink to this headline"></a></h2>
2020-07-14 00:21:00 +02:00
<p>Evennia is open-source and non-commercial. It relies on the time donated by its users and developers in order to progress.</p>
<ul class="simple">
<li><p>Spread the word! If you like Evennia, consider writing a blog post about it.</p></li>
2021-08-06 00:47:51 +02:00
<li><p>Take part in the Evennia community! Join the <a class="reference external" href="https://webchat.freenode.net/?channels=evennia">chat</a> or <a class="reference external" href="https://groups.google.com/group/evennia/">forum</a>.</p></li>
2020-07-14 00:21:00 +02:00
<li><p>Report problems you find or features youd like to our <a class="reference external" href="https://github.com/evennia/evennia/issues/new/choose">issue tracker</a>.</p></li>
</ul>
<div class="admonition important">
<p class="admonition-title">Important</p>
2021-10-26 21:41:11 +02:00
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>Just the simple act of us know you are out there using Evennia helps a lot!
</pre></div>
</div>
2020-07-14 00:21:00 +02:00
</div>
2020-06-13 00:36:45 +02:00
<p>If youd like to help develop Evennia more hands-on, here are some ways to get going:</p>
<ul class="simple">
2021-10-26 21:41:11 +02:00
<li><p>Look through this <a class="reference internal" href="index.html#evennia-documentation"><span class="std std-doc">online documentation</span></a> and see if you can help improve or expand the
documentation (even small things like fixing typos!). <a class="reference internal" href="Contributing-Docs.html"><span class="doc std std-doc">See here</span></a> on how you
2020-07-14 00:21:00 +02:00
contribute to the docs.</p></li>
2021-08-06 00:47:51 +02:00
<li><p>Send a message to our <a class="reference external" href="https://groups.google.com/group/evennia/">discussion group</a> and/or our <a class="reference external" href="https://webchat.freenode.net/?channels=evennia">IRC chat</a> asking about what
2020-06-16 22:49:43 +02:00
needs doing, along with what your interests and skills are.</p></li>
<li><p>Take a look at our <a class="reference external" href="https://github.com/evennia/evennia/issues">issue tracker</a> and see if theres something you feel like taking on.
2020-07-14 00:21:00 +02:00
<a class="reference external" href="https://github.com/evennia/evennia/issues?utf8=%E2%9C%93&amp;q=is%3Aissue%20is%3Aopen%20label%3Abug%20label%3Amaster-branch">here are bugs</a> that need fixes. At any given time there may also be some
<a class="reference external" href="https://github.com/evennia/evennia/labels/bounty">bounties</a> open.</p></li>
2021-10-26 21:41:11 +02:00
<li><p>Check out the <a class="reference internal" href="Contributing.html"><span class="doc std std-doc">Contributing</span></a> page on how to practically contribute with code using
2020-06-16 22:49:43 +02:00
github.</p></li>
2020-06-13 00:36:45 +02:00
</ul>
2020-06-16 22:49:43 +02:00
<p>… And finally, if you want to help motivate and support development you can also drop some coins
2021-06-23 18:58:26 +02:00
in the developers cup. You can <a class="reference external" href="https://www.paypal.com/se/cgi-bin/webscr?cmd=_flow&amp;SESSION=Z-VlOvfGjYq2qvCDOUGpb6C8Due7skT0qOklQEy5EbaD1f0eyEQaYlmCc8O&amp;dispatch=5885d80a13c0db1f8e263663d3faee8d64ad11bbf4d2a5a1a0d303a50933f9b2">make a donation via PayPal</a> or, even better,
<a class="reference external" href="https://www.patreon.com/griatch">become an Evennia patron on Patreon</a>! This is a great way to tip your hat and show that you
2020-07-14 00:21:00 +02:00
appreciate the work done with the server! You can also encourage the community to take on particular
issues by putting up a monetary <a class="reference external" href="https://www.bountysource.com/teams/evennia">bounty</a> on it.</p>
2021-05-16 00:06:01 +02:00
</section>
</section>
2020-06-13 00:36:45 +02:00
2020-10-15 01:31:30 +02:00
<div class="clearer"></div>
2020-06-13 00:36:45 +02:00
</div>
</div>
</div>
2020-06-15 21:52:33 +02:00
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<p class="logo"><a href="index.html">
<img class="logo" src="_static/evennia_logo.png" alt="Logo"/>
</a></p>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" />
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
<p><h3><a href="index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">How To Get And Give Help</a><ul>
<li><a class="reference internal" href="#how-to-get-help">How to <em>get</em> Help</a></li>
<li><a class="reference internal" href="#how-to-give-help">How to <em>give</em> Help</a></li>
</ul>
</li>
</ul>
2020-06-13 00:36:45 +02:00
2020-10-19 22:46:24 +02:00
<h4>Previous topic</h4>
<p class="topless"><a href="Unimplemented.html"
title="previous chapter">Unimplemented</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="Setup/Setup-Overview.html"
title="next chapter">Server Setup and Life</a></p>
2020-06-15 21:52:33 +02:00
<div role="note" aria-label="source link">
<!--h3>This Page</h3-->
<ul class="this-page-menu">
<li><a href="_sources/How-To-Get-And-Give-Help.md.txt"
rel="nofollow">Show Page Source</a></li>
</ul>
2021-03-06 01:37:43 +01:00
</div><h3>Links</h3>
<ul>
<li><a href="https://www.evennia.com">Home page</a> </li>
<li><a href="https://github.com/evennia/evennia">Evennia Github</a> </li>
<li><a href="http://games.evennia.com">Game Index</a> </li>
2021-08-06 00:47:51 +02:00
<li>
<a href="https://discord.gg/AJJpcRUhtF">Discord</a> -
<a href="https://github.com/evennia/evennia/discussions">Discussions</a> -
2021-08-06 00:53:44 +02:00
<a href="https://evennia.blogspot.com/">Blog</a>
2021-03-06 01:37:43 +01:00
</li>
</ul>
2020-06-15 21:52:33 +02:00
<h3>Versions</h3>
<ul>
<li><a href="How-To-Get-And-Give-Help.html">1.0-dev (develop branch)</a></li>
2021-10-26 22:36:27 +02:00
<li><a href="../0.9.5/How-To-Get-And-Give-Help.html">0.9.5 (v0.9.5 branch)</a></li>
2020-06-15 21:52:33 +02:00
</ul>
2020-06-14 21:48:02 +02:00
2020-06-15 21:52:33 +02:00
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
2020-10-19 22:46:24 +02:00
<li class="right" >
<a href="Setup/Setup-Overview.html" title="Server Setup and Life"
>next</a> |</li>
<li class="right" >
<a href="Unimplemented.html" title="Unimplemented"
>previous</a> |</li>
2020-10-15 01:31:30 +02:00
<li class="nav-item nav-item-0"><a href="index.html">Evennia 1.0-dev</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">How To Get And Give Help</a></li>
2020-06-15 21:52:33 +02:00
</ul>
2021-06-23 18:58:26 +02:00
<div class="develop">develop branch</div>
2020-06-15 21:52:33 +02:00
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2020, The Evennia developer community.
2020-10-15 01:31:30 +02:00
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 3.2.1.
2020-06-15 21:52:33 +02:00
</div>
</body>
2020-06-13 00:36:45 +02:00
</html>