Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Moreira da Silva <pedro@gitlab.com>2016-11-30 19:04:32 +0300
committerPedro Moreira da Silva <pedro@gitlab.com>2016-12-15 16:10:19 +0300
commit6342ca367a32e55ec6b5ef8b3e8f9e13387b6615 (patch)
tree9f35d706c1b2d0ce817c372057b5b2633e354485 /lib/gitlab/chat_commands
parent2d1dfae9b63d35232e4bf537a0aca9b95e2d5e72 (diff)
Improve `issue create …` slash command with user input keys to create a newline in chat clients.
Diffstat (limited to 'lib/gitlab/chat_commands')
-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)