Improve `issue create …` slash command with user input keys to create a newline in chat clients.

This commit is contained in:
Pedro Moreira da Silva 2016-11-30 16:04:32 +00:00
parent 2d1dfae9b6
commit 6342ca367a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ module Gitlab
end
def self.help_message
'issue new <title>\n<description>'
'issue create <title>` *`Shift`* + *`Enter`* `<description>'
end
def self.allowed?(project, user)