From a704677be70616eec38bab2e5a0a4c0fff1d58ad Mon Sep 17 00:00:00 2001 From: Carl-Erik Kopseng Date: Sat, 13 Oct 2018 11:44:14 +0200 Subject: [PATCH] Make template work with Hub ref github/hub#1377 --- .github/PULL_REQUEST_TEMPLATE.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e88a8a4f3..5d01115e7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ -#### Purpose (TL;DR) - mandatory + #### Purpose (TL;DR) - mandatory -#### How to verify - mandatory + #### How to verify - mandatory 1. Check out this branch 2. `npm install` 3. -#### Checklist for author + #### Checklist for author - [ ] `npm run lint` passes - [ ] References to standard library functions are [cached](https://github.com/sinonjs/sinon/pull/1523).