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).