a bookmarklet to open an issue based on the current issue.
javascript: (function() { var urls = window.location.href.split("/") ; open('https://github.com/' + urls[3] + '/' + urls[4] + '/issues/new?body=' + encodeURIComponent("See #" + urls.pop())) })(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment