Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2849715a
Commit
2849715a
authored
Aug 05, 2019
by
Sean McGivern
Committed by
Evan Read
Aug 05, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document when quotes aren't needed for quick actions
parent
c368bae5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
doc/user/project/quick_actions.md
doc/user/project/quick_actions.md
+13
-0
No files found.
doc/user/project/quick_actions.md
View file @
2849715a
...
...
@@ -70,6 +70,19 @@ 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 parameters
The easiest way to set parameters for quick actions is to use autocomplete. If
you manually enter a parameter, it must be enclosed in double quotation marks
(
`"`
), unless it contains only:
1.
ASCII letters.
2.
Numerals.
3.
Underscore, hyphen, question mark, dot, and ampersand.
Parameters are also case-sensitive. Autocomplete handles this, and the insertion
of quotation marks, automatically.
## Quick actions for commit messages
The following quick actions are applicable for commit messages:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment