aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominyk Tiller2016-02-17 23:37:42 +0000
committerMike McQuaid2016-02-18 08:19:17 +0000
commit81c97e1686b64f969b9af71c5142e6fb20d42ee2 (patch)
tree8de859adc6ed68a268fcc04212052fb2fe9075b8
parenta049aaa84c311014cd16b264491f7f3d8fcd7999 (diff)
downloadbrew-81c97e1686b64f969b9af71c5142e6fb20d42ee2.tar.bz2
PULL_REQUEST_TEMPLATE: create initial template
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 000000000..b1776de58
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,17 @@
+### All Submissions:
+- [ ] Have you followed the guidelines in our [Contributing](CONTRIBUTING.md) document?
+
+### New Formulae Submissions:
+
+- [ ] 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>`?
+
+### 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?
+- [ ] Have you written new tests for your core changes, as applicable? [Here's an example](https://github.com/Homebrew/homebrew/pull/49031) if you'd like one.
+- [ ] Have you successfully ran `brew tests` with your changes locally?