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-12-15 16:11:43 +0300
committerPedro Moreira da Silva <pedro@gitlab.com>2016-12-15 16:11:43 +0300
commit70e72e8938b169f88e5b014500a9afeb6ff66a2b (patch)
tree7374765457ecc0c92793def60e0ab144b8fc6d0a /lib/gitlab
parentffdea150784371e61f1c350c5db630f250ee8a6f (diff)
Rename `issue create` slash command to `issue new`
Diffstat (limited to 'lib/gitlab')
-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 e6e8ce85e98..cefb6775db8 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>` *`Shift`* + *`Enter`* `<description>'
+ 'issue new <title> *`⇧ Shift`*+*`↵ Enter`* <description>'
end
def self.allowed?(project, user)