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-12-15 13:10:19 +0000
commit6342ca367a32e55ec6b5ef8b3e8f9e13387b6615 (patch)
tree9f35d706c1b2d0ce817c372057b5b2633e354485
parent2d1dfae9b63d35232e4bf537a0aca9b95e2d5e72 (diff)
downloadgitlab-ce-6342ca367a32e55ec6b5ef8b3e8f9e13387b6615.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 1dba85c1b51..e6e8ce85e98 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 new <title>\n<description>'
+ 'issue create <title>` *`Shift`* + *`Enter`* `<description>'
end
def self.allowed?(project, user)