evennia/.github/CONTRIBUTING.md
2016-03-22 12:24:44 +01:00

1.5 KiB

Thanks for helping us improve Evennia!

Making an issue (bug report / feature request):

Issues are formatted using markdown. There is already a template to fill in. Here is some useful markdown syntax:

  • *italic text*
  • **bold text**
  • [link text]url
  • `inline code`
  • ```multiline code```

Please use `@command` when you mention Evennia in-game commands starting with @. Otherwise github will notify any github-user that happens to be named command!

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

Making a Pull request (PR)

  • All contributions should abide by Evennia's style guide.
  • Work in your own Github fork. For your own sanity and ours, separate your contribution(s) in their own branches and make
  • a Push request (PR) for each. You can still update the branch after the PR is up.
  • Read the Contribution page for more help.