Issue Rules - Genijarl/OpenSource GitHub Wiki

Information

We need to know as much information as possible in order to recreate the circumstances in which the possible error has occured. Therefore we ask you to kindly include these general points when creating an issue:

  • Operating system
  • Python version
  • NXT-Python version
  • Method of connecting to NXT
  • Any error messages

Formatting

While creating an issue, please follow these pointers on how to format your text.

  • Read up on Github's Markdown. This can be used anywhere through Github and allows you to create items such as code boxes, and lists.
  • Make the title concise about the issue
  • Do not post large chunks of code, 20 lines of code is considered large. Rather use an external paste tool like hastebin and include a link to it.

Etiquette

  • Do not post an issue that has already been solved. Check to see if there is an existing open issue about your problem.
  • Do not put more than one problem into one issue, this can be confusing for those trying to help.