diff options
| author | Zhiming Wang | 2016-09-20 19:49:25 -0400 |
|---|---|---|
| committer | GitHub | 2016-09-20 19:49:25 -0400 |
| commit | 066cd4656f4fde24bc73ea532d7bf32e79fa2b33 (patch) | |
| tree | 7653c28c5e51544c9301a84ac29bee7b42821148 | |
| parent | f6fef7cdce5302ae6f3fed357612d31d1d08cd5a (diff) | |
| parent | e7b6a55a4fc32ead05c37715f2159063f3221284 (diff) | |
| download | brew-066cd4656f4fde24bc73ea532d7bf32e79fa2b33.tar.bz2 | |
Merge pull request #1053 from sjackman/patch-1
PULL_REQUEST_TEMPLATE.md: Fix CONTRIBUTING.md link
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 70cc4bb85..3061f42b6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ -- [ ] Have you followed the guidelines in our [Contributing](https://github.com/Homebrew/brew/blob/master/.github/CONTRIBUTING.md) document? +- [ ] Have you followed the guidelines in our [Contributing](https://github.com/Homebrew/brew/blob/master/CONTRIBUTING.md) document? - [ ] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/Homebrew/brew/pulls) for the same change? - [ ] Have you added an explanation of what your changes do and why you'd like us to include them? - [ ] Have you written new tests for your changes? [Here's an example](https://github.com/Homebrew/homebrew/pull/49031). |
