Before doing anything, please read the leapp-repository documentation.
Also, you could find the Leapp framework documentation useful to read.
- 
GitHub issues are preferred:
- Leapp framework: https://github.com/oamg/leapp/issues/new/choose
 - Leapp actors: https://github.com/oamg/leapp-repository/issues/new/choose
 
 - 
When filing an issue, include:
- Steps to reproduce the issue
 - All files in /var/log/leapp
 - /var/lib/leapp/leapp.db
 - journalctl
 - If you want, you can optionally send any other relevant information (e.g. storage, network)
 
 
For your convenience you can pack all logs with this command:
# tar -czf leapp-logs.tgz /var/log/leapp /var/lib/leapp/leapp.db
Then you may attach only the leapp-logs.tgz file.
We’ll gladly answer your questions and lead you to through any troubles with the actor development.
You can reach us in the discussions sections of our GitHub repository.