PR template: do install before audit
This new order matches the order in the test-bot process, and allows audit to catch issues with file installation locations, which require the formula to be installed. Closes #476. Signed-off-by: Andrew Janke <andrew@apjanke.net>
This commit is contained in:
parent
a25f788524
commit
64d463fbe9
1 changed files with 4 additions and 2 deletions
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -1,4 +1,6 @@
|
|||
- [ ] Have you followed the guidelines in our [Contributing](https://github.com/Homebrew/homebrew-core/blob/master/.github/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?
|
||||
- [ ] Does your submission pass `brew audit --strict --online <formula>` (where `<formula>` is the name of the formula you're submitting)?
|
||||
- [ ] Have you built your formula locally prior to submission with `brew install <formula>`?
|
||||
- [ ] 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 --strict --online <formula>` (after doing `brew install <formula>`)?
|
||||
|
||||
### Description
|
||||
|
|
Loading…
Reference in a new issue