CONTRIBUTING.md: fix capitalization (#27165)

This commit is contained in:
neutric 2016-11-27 01:34:54 +01:00 committed by Michael Ford
parent 314da453b1
commit 5c3eeeff3f
1 changed files with 1 additions and 1 deletions

View File

@ -70,5 +70,5 @@ Some style guidelines:
* Use string manipulations to improve the maintainability of your Cask (See [`version` methods](doc/cask_language_reference/stanzas/version.md#version-methods)).
* Test your cask using `brew cask audit/style` (See [testing](doc/development/adding_a_cask.md#testing-your-new-cask)).
* Make one Pull Request per Cask change.
* Do not Squash commits after updating a Pull Request.
* Do not squash commits after updating a Pull Request.
* Use descriptive commit messages - mention app name and version (ie. `Upgrade Transmission.app to v2.82`).