Skip to content
Snippets Groups Projects
Commit 6342ca36 authored by Pedro Moreira da Silva's avatar Pedro Moreira da Silva
Browse files

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

parent 2d1dfae9
No related branches found
No related tags found
No related merge requests found
Loading
@@ -8,7 +8,7 @@ module Gitlab
Loading
@@ -8,7 +8,7 @@ module Gitlab
end end
   
def self.help_message def self.help_message
'issue new <title>\n<description>' 'issue create <title>` *`Shift`* + *`Enter`* `<description>'
end end
   
def self.allowed?(project, user) def self.allowed?(project, user)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment