Compare commits

...

2 commits

Author SHA1 Message Date
Rui Chen
ba9ce5e225 Update PR template 2020-01-20 10:20:16 -05:00
Rui Chen
f4cf1dfa04 Update PR template to include commit message instructions 2020-01-19 21:47:08 -05:00

View file

@ -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?