From 76ef7af96826193e9c2c576e46bc112477a5421d Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Fri, 27 Oct 2023 13:32:52 -0700 Subject: [PATCH] Provide exception for listing an issue. (#137092) Latest example of an issue about a typo: https://github.com/flutter/flutter/issues/137080. I don't think these are helpful, so we shouldn't be encouraging people to file these in order to submit a PR to fix 'em. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b0683273b1..43b7da0af1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ *Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* -*List which issues are fixed by this PR. You must list at least one issue.* +*List which issues are fixed by this PR. You must list at least one issue. An issue is not required if the PR fixes something trivial like a typo.* *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*