diff options
author | Russell Dickenson <rdickenson@gitlab.com> | 2019-07-18 23:50:19 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-07-18 23:50:19 +0000 |
commit | 663bac70c6a3db007c707eee8f59315a9a17c7ba (patch) | |
tree | c94ca5342a3e345db8ce867d9623ac8aa6ce0ad3 | |
parent | ab10dbac9bfa0ea086b858d804a6a485e212e46a (diff) | |
download | gitlab-ce-663bac70c6a3db007c707eee8f59315a9a17c7ba.tar.gz |
Added mention of autocomplete characters
-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: |