From 43b673f4e38b131cd7825dd0269bd43735dd4010 Mon Sep 17 00:00:00 2001 From: Andy Hanson Date: Fri, 16 Dec 2016 16:14:08 -0800 Subject: [PATCH] Remove 'prefer to'. We really do want PRs to target master. --- PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 7ea40806a1..a14a6df5db 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ Please fill in this template. -- [ ] Prefer to make your PR against the `master` branch. +- [ ] Make your PR against the `master` branch. - [ ] Use a meaningful title for the pull request. Include the name of the package modified. - [ ] Test the change in your own code. - [ ] Follow the advice from the [readme](https://github.com/DefinitelyTyped/DefinitelyTyped#make-a-pull-request).