Skip to content

Commit

Permalink
Merge pull request #3175 from rolandwalker/doc_cask_name_drop_characters
Browse files Browse the repository at this point in the history
drop non-alpnanumeric chars from Canonical Name
  • Loading branch information
rolandwalker committed Feb 27, 2014
2 parents 790e00e + 8d8493b commit dd88c5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ To get from the App's canonical name to the Cask name:
* hyphens stay hyphens
* spaces become hyphens
* digits stay digits
* delete any character which is not alphanumeric or hyphen
* collapse a series of multiple hyphens into one hyphen
* delete a leading hyphen
* a leading digit gets spelled out into English: `1password` becomes `onepassword`

Casks are stored in a Ruby file matching their name.
Expand Down

0 comments on commit dd88c5e

Please sign in to comment.