From f3d8acf847ac73a8beb68aaac372ebccd19ada57 Mon Sep 17 00:00:00 2001 From: xster Date: Sat, 6 Jun 2020 18:09:00 -0700 Subject: [PATCH] sadly missed an asterisk (flutter/engine#18746) --- engine/src/flutter/.github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/.github/PULL_REQUEST_TEMPLATE.md b/engine/src/flutter/.github/PULL_REQUEST_TEMPLATE.md index 50b5cfe568d..9aab6bc2b8d 100644 --- a/engine/src/flutter/.github/PULL_REQUEST_TEMPLATE.md +++ b/engine/src/flutter/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,7 @@ *Replace this paragraph with a description of what this PR is doing. If you're modifying existing behavior, describe the existing behavior, how this PR is -changing it, and what motivated the change. +changing it, and what motivated the change.* ## Related Issues