Fix ISSUE_TEMPLATE Ordering: 10 < 9, but 10 > 09 (#166455)

Unfortunately `10_google3_bug.yml` comes before `2_bug.yml`.

This changes the name (slightly) of the issue templates based on the
instructions from GitHub on what to do when you have 10+ issue templates
(as a side-note: I wonder if we need/still use umbrella bugs for the
feature tracker, or two types of performance bugs)
This commit is contained in:
Matan Lurey
2025-04-02 17:24:34 -07:00
committed by GitHub
parent e359812a51
commit 997f742ac5
26 changed files with 35 additions and 37 deletions

View File

@@ -171,7 +171,7 @@ if [ ! -f "$ENGINE_STAMP" ] || [ "$ENGINE_VERSION" != `cat "$ENGINE_STAMP"` ]; t
>&2 echo
>&2 echo "It appears that the downloaded file is corrupt; please try again."
>&2 echo "If this problem persists, please report the problem at:"
>&2 echo " https://github.com/flutter/flutter/issues/new?template=1_activation.yml"
>&2 echo " https://github.com/flutter/flutter/issues/new?template=01_activation.yml"
>&2 echo
rm -f -- "$DART_SDK_ZIP"
exit 1