Anywhere we can use `blob/master` we can use `blob/HEAD` instead. This will make life easier if we ever rename our default branch in future (once/if Git and GitHub provides the necessary tooling to do so).
9 lines
666 B
Markdown
9 lines
666 B
Markdown
- [ ] Have you followed the guidelines in our [Contributing](https://github.com/Homebrew/brew/blob/HEAD/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/brew/blob/HEAD/Library/Homebrew/test/PATH_spec.rb).
|
|
- [ ] Have you successfully run `brew style` with your changes locally?
|
|
- [ ] Have you successfully run `brew tests` with your changes locally?
|
|
|
|
-----
|