snowleopard / hadrian

Hadrian: a new build system for the Glasgow Haskell Compiler. Now merged into the GHC tree!
https://gitlab.haskell.org/ghc/ghc/tree/master/hadrian
MIT License
208 stars 39 forks source link

Generate an issue template for bug reporting #588

Closed izgzhen closed 5 years ago

izgzhen commented 6 years ago

For each failed build, it would be convenient to generate a link to create an issue on github (https://github.com/snowleopard/hadrian/issues/new?title=foo&body=bar). The platform, git hash etc. can be easily composed in bash.

P.S. In fact it is very similar to what Hadrian's brick is doing, except that benchmark-related data is not useful in this case.

snowleopard commented 6 years ago

@izgzhen Thanks, indeed, that would be very useful!

P.S.: It's a good issue for a newcomer -- please volunteer and send a PR.

ndmitchell commented 6 years ago

I suggest a info.txt or similar and telling the user to upload it by hand.

snowleopard commented 5 years ago

Hadrian has been merged, and all new issues are to be submitted on Trac #705.

I think we can close this.