Skip to content

Commit 2849715

Browse files
smcgiverneread
authored andcommitted
Document when quotes aren't needed for quick actions
1 parent c368bae commit 2849715

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/user/project/quick_actions.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,19 @@ Many quick actions require a parameter, for example: username, milestone, and
7070
label. [Autocomplete characters](autocomplete_characters.md) can make it easier
7171
to enter a parameter, compared to selecting items from a list.
7272

73+
## Quick actions parameters
74+
75+
The easiest way to set parameters for quick actions is to use autocomplete. If
76+
you manually enter a parameter, it must be enclosed in double quotation marks
77+
(`"`), unless it contains only:
78+
79+
1. ASCII letters.
80+
2. Numerals.
81+
3. Underscore, hyphen, question mark, dot, and ampersand.
82+
83+
Parameters are also case-sensitive. Autocomplete handles this, and the insertion
84+
of quotation marks, automatically.
85+
7386
## Quick actions for commit messages
7487

7588
The following quick actions are applicable for commit messages:

0 commit comments

Comments
 (0)