QGIS Report Plugin
What you want to quicky report issues to GitHub plugin issue tracker ...
How to use it?
- Create a GitHub account
- Edit Profile (Click on your photo/avatar)-> Your profile
- Open Personal settings -> Personal access tokens
- Generate new token with access to public repositories (or private if you want to report to private plugins too)
- Click on Generate Token, copy the token to the plugin Configuration dialog
- Select plugin for which you want to report bug
- Fill title and description and Submit!
How to test it?
You can simply download and use DevNullPlugin to trigger exceptions
and DevNull issue tracker to report dummy issues.
Notice
- If you use FirstAid too, please upgrade to FirstAid 1.2+ as they both hook the python exception handling.
- GitHub access token needs to be kept secure. It is "kind of" password to your github account with which the plugin can do allowed changes to the GitHub
- Plugin may or may not correctly catch Python exceptions when other plugins crashed during classFactory or initGui methods. This is caused by loading order of ReportPlugin and other plugins in QGIS