docs: fix minor language/style inconsistencies
Always leave a blank line between headings and the following checklists.
This commit is contained in:
parent
8e6c3ab039
commit
c41d58979f
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,10 +1,11 @@
|
|||||||
### All Submissions:
|
### All Submissions:
|
||||||
|
|
||||||
- [ ] Have you followed the guidelines in our [Contributing](CONTRIBUTING.md) document?
|
- [ ] Have you followed the guidelines in our [Contributing](CONTRIBUTING.md) document?
|
||||||
|
|
||||||
### New Formulae Submissions:
|
### New Formulae Submissions:
|
||||||
|
|
||||||
- [ ] Does your submission pass:
|
- [ ] Does your submission pass
|
||||||
`brew audit --strict --online <formula>` (where `<formula>` is the name of the formula you're submitting).
|
`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>`?
|
- [ ] Have you built your formula locally prior to submission with `brew install <formula>`?
|
||||||
|
|
||||||
### Formulae Updates/Changes:
|
### 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?
|
- [ ] 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:
|
### 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 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 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?
|
- [ ] Have you successfully ran `brew tests` with your changes locally?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user