Fix more CONTRIBUTING.md links.
This commit is contained in:
parent
d04e7ad28e
commit
37f8c5f736
2 changed files with 2 additions and 2 deletions
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
|
@ -17,6 +17,6 @@ Please replace this line with a brief summary of your issue **AND** if reporting
|
|||
|
||||
### Formula Requests:
|
||||
|
||||
**Please note by far the quickest way to get a new formula into Homebrew is to file a [Pull Request](https://github.com/Homebrew/homebrew-core/blob/master/.github/CONTRIBUTING.md).**
|
||||
**Please note by far the quickest way to get a new formula into Homebrew is to file a [Pull Request](https://github.com/Homebrew/homebrew-core/blob/master/CONTRIBUTING.md).**
|
||||
|
||||
We will consider your request but it may be closed if it's something we're not actively planning to work on.
|
||||
|
|
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -1,4 +1,4 @@
|
|||
- [ ] Have you followed the guidelines in our [Contributing](https://github.com/Homebrew/homebrew-core/blob/master/.github/CONTRIBUTING.md) document?
|
||||
- [ ] Have you followed the guidelines in our [Contributing](https://github.com/Homebrew/homebrew-core/blob/master/CONTRIBUTING.md) document?
|
||||
- [ ] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/Homebrew/homebrew-core/pulls) for the same formula update/change?
|
||||
- [ ] Have you built your formula locally prior to submission with `brew install <formula>` (where `<formula>` is the name of the formula you're submitting)?
|
||||
- [ ] Does your submission pass `brew audit --new-formula <formula>` (after doing `brew install <formula>`)?
|
||||
|
|
Loading…
Reference in a new issue