Skip to content
Enteee edited this page Nov 25, 2018 · 14 revisions

FAQ

(Experienced user) How do I submit a bug report?

  1. Make sure that your bug wasn't already fixed in the develop branch
  2. Fork the project
  3. Write a system test which reproduces the bug
  4. Create a pull request to develop

(New user) How do I submit a bug report?

  1. Try the experienced users way
  2. If this didn't work: open a new issue

Why is 1.1 the first version?

I tried submitting 1.0 to PyPi but I got a HTTP 500, probably because they were dealing with too much load at the time. PyPi saved a broken 1.0 Packet and does not allow re-submitting packets. Using 1.1 solved the issue.