Skip to content

Commit c930535

Browse files
authored
Merge pull request #21792 from Homebrew/pull_request_template
PULL_REQUEST_TEMPLATE: tweak and make consistent.
2 parents 77d3ef8 + b694d23 commit c930535

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
-----
2+
3+
<!-- Do not tick a checkbox if you haven’t performed its action. Honesty is indispensable for a smooth review process. -->
4+
<!-- Use [x] to mark item done before creation, or just click the checkboxes with device pointer after creation -->
5+
16
- [ ] Have you followed the guidelines in our [Contributing](https://github.com/Homebrew/brew/blob/HEAD/CONTRIBUTING.md) document?
27
- [ ] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/Homebrew/brew/pulls) for the same change?
38
- [ ] Have you added an explanation of what your changes do and why you'd like us to include them?
4-
- [ ] Have you written new tests for your changes? [Here's an example](https://github.com/Homebrew/brew/blob/HEAD/Library/Homebrew/test/PATH_spec.rb).
9+
- [ ] Have you written new tests (excluding integration tests) for your changes? [Here's an example](https://github.com/Homebrew/brew/blob/HEAD/Library/Homebrew/test/PATH_spec.rb).
510
- [ ] Have you successfully run `brew lgtm` (style, typechecking and tests) with your changes locally?
611

712
-----

0 commit comments

Comments
 (0)