Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.72 KB

File metadata and controls

32 lines (19 loc) · 1.72 KB
Troubleshooting

How to report an issue

If you encounter a bug or problem in TDW, please try to follow the steps in this document to ensure that we can resolve the issue as fast as possible.

Before reporting a bug or problem, please read the following:

To report a bug or problem, create a new GitHub Issue. Please include the following:

  • A concise explanation of the problem.

  • The version of the tdw module you're using. You can find this via pip3 show tdw.

  • A small controller that will reproduce the bug.

  • Any relevant output from the Python console (such as error messages).

  • The player log (attach this as a file to the Issue page).

This GitHub Issue is a good example. It includes a clear explanation of the bug, code that will reproduce the bug, and even a .gif showing the faulty behavior.

Once a bug has been fixed, one of two things will happen:

  1. If it was a small bug, we may choose to merge the fix into master and upload a new TDW release. In this case, we will post on the Issue to let you know it's been resolve and then close it.
  2. In some cases, especially if it's difficult for us to reproduce the bug, we might open a Pull Request and ask you to test it. After merging the Pull Request to master, we'll upload a new TDW release.

Next: Common errors

Return to the README