Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ follow these region naming guidelines.
- Characters permitted in region names are alphanumeric characters
(`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789`),
period (`.`), underscore (`_`), square brackets (`[ ]`), hyphen (`-`), caret (`^`) and backquote (`` ` ``).
- Region names are case sensitive.
- Do not use the slash character (`/`).
- Do not begin region names with two underscore characters (`__`),
as this is reserved for internal use.
Expand Down