Document when quotes aren't needed for quick actions

This commit is contained in:
Sean McGivern 2019-08-05 17:58:00 +00:00 committed by Evan Read
parent c368bae5b7
commit 2849715a0e
1 changed files with 13 additions and 0 deletions

View File

@ -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: