diff options
| author | Mike McQuaid | 2014-01-18 14:30:57 -0800 | 
|---|---|---|
| committer | Mike McQuaid | 2014-01-19 10:06:46 -0800 | 
| commit | 4b693c8343c9701979a255797516d24972d5ce51 (patch) | |
| tree | 2b78cb6ada3051af6570d496a96f8193102b32b1 | |
| parent | 0d2c3d6d01a4ad9338b652019ec07e8678ef702b (diff) | |
| download | homebrew-4b693c8343c9701979a255797516d24972d5ce51.tar.bz2 | |
CONTRIBUTING: shorten troubleshooting wording.
| -rw-r--r-- | CONTRIBUTING.md | 9 | 
1 files changed, 2 insertions, 7 deletions
| diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 645be31d8..e7cbc1fe7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,14 +3,9 @@ Contributing to Homebrew  Reporting Bugs  -------------- -Please run: +First, please run `brew update` and `brew doctor`. -* `brew update` -* `brew doctor` - -Please read: - -* [Troubleshooting Checklist](https://github.com/Homebrew/homebrew/wiki/troubleshooting) +Second, read the [Troubleshooting Checklist](https://github.com/Homebrew/homebrew/wiki/troubleshooting).  **If you don't read these it will take us far longer to help you with your problem.** | 
