From 4fb370d944f4b197f08553d9ea6193b65e540542 Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Tue, 12 Mar 2019 08:45:59 -0700 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2365098deb9..7a0f12ce7ce 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,11 +2,9 @@ Thank you for submitting a pull request! Here's a checklist you might find useful. -* [ ] There is an associated issue that is labeled - 'Bug' or 'help wanted' or is in the Community milestone +* [ ] There is an associated issue that is labeled 'Bug' or 'help wanted' * [ ] Code is up-to-date with the `master` branch * [ ] You've successfully run `gulp runtests` locally -* [ ] You've signed the CLA * [ ] There are new or updated unit tests validating the change Refer to CONTRIBUTING.MD for more details.