brew/.github/PULL_REQUEST_TEMPLATE.md
Issy Long 34ea8cbc9d
PULL_REQUEST_TEMPLATE: Add a checklist item for brew man
- I've been changing command flags recently. I always forget to run
  `brew man`, then I feel bad about causing red CI on my PRs. This has
  happened to others too, so make `brew man` more obvious as a thing
  that one should check.
2020-09-18 16:22:41 +01:00

744 B

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same change?
  • 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 changes? Here's an example.
  • Have you successfully run brew style with your changes locally?
  • Have you successfully run brew tests with your changes locally?
  • Have you successfully run brew man locally and committed any changes?