summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Moreira da Silva <pedro@gitlab.com>2016-11-30 16:04:32 +0000
committerPedro Moreira da Silva <pedro@gitlab.com>2016-11-30 16:04:32 +0000
commit728a4b50f8d96085408360a15a0da06f8e06eb46 (patch)
tree3613abeea070f72e1d5d31c163ea6336ed0bafa3
parent2c0d9890e675c8799e76a69f7e432463fa06f996 (diff)
downloadgitlab-ce-728a4b50f8d96085408360a15a0da06f8e06eb46.tar.gz
Improve `issue create …` slash command with user input keys to create a newline in chat clients.
-rw-r--r--lib/gitlab/chat_commands/issue_create.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/chat_commands/issue_create.rb b/lib/gitlab/chat_commands/issue_create.rb
index 99c1382af44..7522f281500 100644
--- a/lib/gitlab/chat_commands/issue_create.rb
+++ b/lib/gitlab/chat_commands/issue_create.rb
@@ -8,7 +8,7 @@ module Gitlab
end
def self.help_message
- 'issue create <title>\n<description>'
+ 'issue create <title>` *`Shift`* + *`Enter`* `<description>'
end
def self.allowed?(project, user)