Improving contribute guides

I share make code if that helps somebody. updated the line 2664 to be like this:

  if title and not options.issue:                                              
    message = message or title                                                 
    # Include repository name as prefix                                        
    title = '%s: %s' % (os.path.basename(os.getcwd()), title) 
1 Like