evennia/CONTRIBUTING.md
2015-02-09 16:32:12 +01:00

2.6 KiB

Thanks for helping to improve Evennia!

Please use the issue templates below to help us organize things.

  • Issue/Bug report template - when you have an error, problem or unexpected behavior to report.
  • Feature request template - when you want to request a new Evennia feature.
  • Documentation error template - when you find error in the documentation. Please note that the documentation is a wiki, so consider if you can easily fix the problem (such as typo) yourself first.
  • If you want to contribute code to Evennia, you should work in your own Github fork and then make a push request. Read the Contribution page for instructions how.

Formatting your Issues:

Issues are formatted using markdown. Here is some useful markdown:

  • *italic text*
  • **bold text**
  • [link text]url
  • `inline code` (please use `@command` to escape @-commands or github will notify any user that happens to be named command).
  • ```multiline code```

If you need further help, see the Get and Give help page. See www.evennia.com for access to all things Evennia.