diff options
author | Evan Read <eread@gitlab.com> | 2019-07-18 23:50:20 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-07-18 23:50:20 +0000 |
commit | 7c53fbf58a1b3c6d1baaf3e3c9114e90f20db198 (patch) | |
tree | c94ca5342a3e345db8ce867d9623ac8aa6ce0ad3 /doc | |
parent | ab10dbac9bfa0ea086b858d804a6a485e212e46a (diff) | |
parent | 663bac70c6a3db007c707eee8f59315a9a17c7ba (diff) | |
download | gitlab-ce-7c53fbf58a1b3c6d1baaf3e3c9114e90f20db198.tar.gz |
Merge branch 'docs/autocomplete_in_slash_commands' into 'master'
Added mention of autocomplete characters
See merge request gitlab-org/gitlab-ce!30877
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/quick_actions.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/user/project/quick_actions.md b/doc/user/project/quick_actions.md index 948ac91a886..f81669a41c9 100644 --- a/doc/user/project/quick_actions.md +++ b/doc/user/project/quick_actions.md @@ -59,6 +59,12 @@ discussions, and descriptions: | `/create_merge_request <branch name>` | Create a new merge request starting from the current issue | ✓ | | | `/relate #issue1 #issue2` | Mark issues as related **(STARTER)** | ✓ | | +## Autocomplete characters + +Many quick actions require a parameter, for example: username, milestone, and +label. [Autocomplete characters](autocomplete_characters.md) can make it easier +to enter a parameter, compared to selecting items from a list. + ## Quick actions for commit messages The following quick actions are applicable for commit messages: |