Capitalized words

Capitalized beginning of each bullet point to match style of README.md
This commit is contained in:
Hassan F 2017-10-31 20:21:03 -07:00 committed by GitHub
parent 302bc8be22
commit af161082dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@ First time contributing to Homebrew? Read our [Code of Conduct](https://github.c
### Report a bug
* run `brew update` (twice)
* run and read `brew doctor`
* read [the Troubleshooting Checklist](https://docs.brew.sh/Troubleshooting.html)
* open an issue on the formula's repository or on Homebrew/brew if it's not a formula-specific issue
* Run `brew update` (twice)
* Run and read `brew doctor`
* Read [the Troubleshooting Checklist](https://docs.brew.sh/Troubleshooting.html)
* Open an issue on the formula's repository or on Homebrew/brew if it's not a formula-specific issue
### Propose a feature
* open an issue with a detailed description of your proposed feature, the motivation for it and alternatives considered. Please note we may close this issue or ask you to create a pull-request if this is not something we see as sufficiently high priority.
* Open an issue with a detailed description of your proposed feature, the motivation for it and alternatives considered. Please note we may close this issue or ask you to create a pull-request if this is not something we see as sufficiently high priority.
Thanks!