From af161082dd2d4ab63dc8f9263c9bfb7e5255a8f0 Mon Sep 17 00:00:00 2001 From: Hassan F <1hassanfarooq@gmail.com> Date: Tue, 31 Oct 2017 20:21:03 -0700 Subject: [PATCH] Capitalized words Capitalized beginning of each bullet point to match style of README.md --- CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4729d6ca33..06eb5a95f5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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!