Compare commits
2 commits
master
...
update-pr-
Author | SHA1 | Date | |
---|---|---|---|
|
ba9ce5e225 | ||
|
f4cf1dfa04 |
1 changed files with 16 additions and 0 deletions
16
.github/PULL_REQUEST_TEMPLATE.md
vendored
16
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -1,3 +1,19 @@
|
|||
<!--
|
||||
|
||||
Please ensure your commit message uses the correct format:
|
||||
|
||||
# When adding a new formula
|
||||
The commit message should be `<formula> <version> (new formula)`
|
||||
|
||||
# Using `brew bump-formula-pr` to bump a version of a formula is highly recommended as it does everything for you.
|
||||
If that command doesn't work or you choose to do the version bump manually:
|
||||
The commit message should be `<formula> <version>`
|
||||
|
||||
# For submitting a new patch for the formula
|
||||
The commit message should be `<formula>: short-description-for-the-change`
|
||||
|
||||
-->
|
||||
|
||||
- [ ] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/master/CONTRIBUTING.md)?
|
||||
- [ ] Have you checked that 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 with `brew install --build-from-source <formula>`, where `<formula>` is the name of the formula you're submitting?
|
||||
|
|
Loading…
Reference in a new issue