Add --bug-report flag to help bug reporters

When invoked it will print out JSON that has all of the debugging
information needed by the maintainers to diagnose or reproduce a bug.

Closes #207
This commit is contained in:
Ian Cordasco 2016-08-06 14:16:08 -05:00
parent f768ed6fd0
commit f67f481bee
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A
7 changed files with 215 additions and 2 deletions

View file

@ -0,0 +1,4 @@
3.1.0 -- 2016-yy-xx
-------------------
- Add ``--bug-report`` flag to make issue reporters' lives easier.