forked from firka/flutter
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user