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

parent 2d1dfae9
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment