def githubissues(username=None, repo=None, packagename=None, style=FLAT, fmt=SVG):

    title = "GitHub issues"
    img = sio.githubissues(username, repo, style=style, fmt=fmt)
    href = "https://github.com/%s/%s/issues" % (username, repo)