aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominyk Tiller2016-02-19 18:08:48 +0000
committerDominyk Tiller2016-02-19 23:14:10 +0000
commitb54d477416517828e8cdbfff7d5f4ea8ea37bd9a (patch)
tree94a9fd22b35f54fee020f76f07f435b5fb2197da
parenta688dc2c8c97fe89a60f32cb8b02b53467e54c91 (diff)
downloadbrew-b54d477416517828e8cdbfff7d5f4ea8ea37bd9a.tar.bz2
PULL_REQUEST_TEMPLATE: tweaks
Closes Homebrew/homebrew#49353. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 5694a834d..0b9b94b04 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,6 +1,9 @@
### All Submissions:
- [ ] Have you followed the guidelines in our [Contributing](https://github.com/Homebrew/homebrew/blob/master/.github/CONTRIBUTING.md) document?
+- [ ] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/Homebrew/homebrew/pulls) for the same update/change?
+
+_You can erase any parts of this template not applicable to your Pull Request._
### New Formulae Submissions:
@@ -8,10 +11,6 @@
`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>`?
-### Formulae Updates/Changes:
-
-- [ ] If your changes include a new `patch` have you submitted the patch upstream & included a brief explanation/link to the upstream submission in the formula?
-
### Changes to Homebrew's Core:
- [ ] Have you added an explanation of what your changes do and why you'd like us to include them?