Github’s new-issue UI supports URL query param auto-filling of name, content and labels (as `title`, `body` and multiple `labels[]` parameters):
https://github.com/barnabywalters/weave/issues/new
?title=Name Of Issue
&body=Blah blah blah problems
&labels[]=bug
&labels[]=enhancement
updated: