evennia/docs/source/How-To-Get-And-Give-Help.md

69 lines
4 KiB
Markdown
Raw Normal View History

2020-04-07 23:13:24 +02:00
# How To Get And Give Help
### How to *get* Help
2020-06-20 12:16:42 +02:00
If you cannot find what you are looking for in the
[online documentation](index), here's what to do:
2020-04-07 23:13:24 +02:00
2020-06-20 12:16:42 +02:00
- If you think the documentation is not clear enough, create a [documentation ticket](issue).
- If you have trouble with a missing feature or a problem you think is a bug, look through the
the list of known [issue][issues] if you can't find your issue in the list, make a
new one [here](bug-report).
- If you need help, want to start a discussion or get some input on something you are working on,
make a post to the [discussions group][group] This is technically a 'mailing list', but you don't
need to use e-mail; you can post and read all messages just as easily from your browser via the
online interface.
- If you want more direct discussions with developers and other users, consider dropping into our
2020-06-20 12:16:42 +02:00
IRC chat channel [#evennia][chat] on the *Freenode* network. There is also a Discord channel
bridged into the IRC if you prefer that. Please that you have to be
patient if you don't 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 - you'll get noticed
eventually!
2020-04-07 23:13:24 +02:00
### How to *give* Help
2020-06-20 12:16:42 +02:00
Evennia is open-source and non-commercial. It relies on the time donated by its users and developers in order to progress.
2020-04-07 23:13:24 +02:00
2020-06-20 12:16:42 +02:00
- Spread the word! If you like Evennia, consider writing a blog post about it.
- Take part in the Evennia community! Join the [chat][chat] or [forum][group].
- Report problems you find or features you'd like to our [issue tracker](issues).
```important::
Just the simple act of letting developers know you are out there using their program helps a lot.
```
2020-04-07 23:13:24 +02:00
If you'd like to help develop Evennia more hands-on, here are some ways to get going:
2020-06-20 12:16:42 +02:00
- Look through this [online documentation](index) and see if you can help improve or expand the
documentation (even small things like fixing typos!). [See here](Contributing-Docs) on how you
contribute to the docs.
- Send a message to our [discussion group][group] and/or our [IRC chat][chat] asking about what
needs doing, along with what your interests and skills are.
- Take a look at our [issue tracker][issues] and see if there's something you feel like taking on.
[here are bugs][issues-master] that need fixes. At any given time there may also be some
2020-06-20 12:16:42 +02:00
[bounties][issues-bounties] open.
- Check out the [Contributing](Contributing) page on how to practically contribute with code using
github.
2020-04-07 23:13:24 +02:00
... And finally, if you want to help motivate and support development you can also drop some coins
in the developer's cup. You can [make a donation via PayPal][paypal] or, even better, [become an
Evennia patron on Patreon][patreon]! This is a great way to tip your hat and show that you
2020-06-20 12:16:42 +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 [bounty][bountysource] on it.
2020-04-07 23:13:24 +02:00
2020-06-23 00:13:21 +02:00
[form](https://docs.google.com/spreadsheet/viewform?hl=en_US&formkey=dGN0VlJXMWpCT3VHaHpscDEzY1RoZGc6MQ#gid=0)
[group](http://groups.google.com/group/evennia/)
[issues](https://github.com/evennia/evennia/issues)
[issues-master](https://github.com/evennia/evennia/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aopen%20label%3Abug%20label%3Amaster-branch)
[chat](http://webchat.freenode.net/?channels=evennia)
[paypal](https://www.paypal.com/se/cgi-bin/webscr?cmd=_flow&SESSION=Z-VlOvfGjYq2qvCDOUGpb6C8Due7skT0qOklQEy5EbaD1f0eyEQaYlmCc8O&dispatch=5885d80a13c0db1f8e263663d3faee8d64ad11bbf4d2a5a1a0d303a50933f9b2)
[donate-img](http://images-focus-opensocial.googleusercontent.com/gadgets/proxy?url=https://www.paypalobjects.com/en%255fUS/SE/i/btn/btn%255fdonateCC%255fLG.gif&container=focus&gadget=a&rewriteMime=image/*)
[patreon](https://www.patreon.com/griatch)
[patreon-img](http://www.evennia.com/_/rsrc/1424724909023/home/evennia_patreon_100x100.png)
[issues-bounties](https://github.com/evennia/evennia/labels/bounty)
[bountysource](https://www.bountysource.com/teams/evennia)
2020-04-07 23:13:24 +02:00