anjali / pagure

Forked from pagure 7 years ago
Clone

bb49438 Fix initial comment not autofilling

Authored and Committed by ryanlerch 7 years ago
    Fix initial comment not autofilling
    
    Previously, if you created a PR with one commit, the initial
    comment field would autofill with the body text of the commit message.
    
    The recent change to add the markdown preview to the initial comment
    on pull requests broke this feature, and this fixes the issue.