aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Afanasjew2016-02-18 14:33:35 +0100
committerMartin Afanasjew2016-02-18 14:33:35 +0100
commitc41d58979f09d807d9ebe24d90cc0a0974b19424 (patch)
treecaf9df52a0c755fe28794b4667614faa8374526d
parent8e6c3ab039156a827a2ef7eb0de415ad4f19ded9 (diff)
downloadbrew-c41d58979f09d807d9ebe24d90cc0a0974b19424.tar.bz2
docs: fix minor language/style inconsistencies
Always leave a blank line between headings and the following checklists.
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index b1776de58..cabb71176 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,10 +1,11 @@
### 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).
+- [ ] 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:
@@ -12,6 +13,7 @@
- [ ] 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?