Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/internal/update_dart_sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/Design-Documents.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ If you want to write a design doc for people to review, we recommend using Googl
We have a template you can use, at [flutter.dev/go/template](https://flutter.dev/go/template). It describes the process for minting a `flutter.dev/go/foo` shortlink for your design doc.
We recommend you use that template so that people can immediately recognize that this is a Flutter design document and that it is shared publicly.

After you have created your design doc, the next step is to create a tracking GitHub issue for it. File a new issue to track the design doc using [the design doc issue template](https://github.com/flutter/flutter/issues/new?template=7_design_doc.yml). Assign it to yourself. Add the label "design doc" to the issue.
After you have created your design doc, the next step is to create a tracking GitHub issue for it. File a new issue to track the design doc using [the design doc issue template](https://github.com/flutter/flutter/issues/new?template=07_design_doc.yml). Assign it to yourself. Add the label "design doc" to the issue.

Don't forget to configure your document's Sharing settings so that everyone has comment access. The idea of sharing the document in this way is not necessarily to proactively obtain feedback from the entire community; it is to make it _possible_ for people to share the document with anyone in the community, whether they work for your employer or not, and whether you have personally shared the document with them yet or not.

Expand Down
2 changes: 1 addition & 1 deletion docs/infra/Flutter-Framework-Gardener-Rotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ The bulk of communication happens on [Discord].
[flutter-hackers]: https://github.com/orgs/flutter/teams/flutter-hackers
[golden test build breakage]: /docs/contributing/testing/Writing-a-golden-file-test-for-package-flutter.md#build-breakage
[new issue]: https://github.com/flutter/flutter/issues/new/choose
[new infra issue]: https://github.com/flutter/flutter/issues/new?template=6_infrastructure.yml
[new infra issue]: https://github.com/flutter/flutter/issues/new?template=06_infrastructure.yml

[Framework build dashboard]: https://flutter-dashboard.appspot.com/#/build
[framework benchmarks]: https://flutter-flutter-perf.skia.org/e/
Expand Down
2 changes: 1 addition & 1 deletion docs/infra/Understanding-a-LUCI-build-failure.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ An example build: [Linux color_filter_and_fade_perf__e2e_summary](https://ci.chr
### What to do
1. Check if the infra failure has happened on earlier builds by clicking (i)
2. Check if issue already exists in the [infra bug pool](https://github.com/flutter/flutter/issues?q=is%3Aopen+is%3Aissue+label%3A%22team%3A+infra%22)
3. If not, file [an infra bug](https://github.com/flutter/flutter/issues/new?template=6_infrastructure.yml)
3. If not, file [an infra bug](https://github.com/flutter/flutter/issues/new?template=06_infrastructure.yml)
5. If you want to get an immediate help, please ask in the discord `hackers-infra` channel
6. If this is an infra flake, and a retry is needed
* For pre-submit test, click `Re-run` in the [check run page](https://github.com/flutter/flutter/pull/83894/checks?check_run_id=2738146673). ![The presubmit rerun interface](https://github.com/flutter/assets-for-api-docs/blob/main/assets/wiki/luci_pre_submit_rerun.png)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ $ sudo softwareupdate --install-rosetta --agree-to-license
```

If you see CocoaPods crashes related to `ffi`, try reinstalling the Ruby gem with the `--enable-libffi-alloc` flag:

```
sudo gem uninstall ffi && sudo gem install ffi -- --enable-libffi-alloc
```
Expand All @@ -29,4 +30,4 @@ We also plan to offer support for compilation directly to ARM64, as well as univ

## Filing Issues

If you experience a problem relating to using Flutter on Apple Silicon hardware, please [file an issue on GitHub](https://github.com/flutter/flutter/issues/new?template=1_activation.yml) with specific repro steps and information about your hardware and software configuration (paste the results of `flutter doctor -v`). Thank you!
If you experience a problem relating to using Flutter on Apple Silicon hardware, please [file an issue on GitHub](https://github.com/flutter/flutter/issues/new?template=01_activation.yml) with specific repro steps and information about your hardware and software configuration (paste the results of `flutter doctor -v`). Thank you!
2 changes: 1 addition & 1 deletion engine/src/flutter/docs/impeller/Flutter-GPU.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ Under the hood, the API communicates with Flutter Engine via Dart FFI, calling s

## Reporting bugs

If you run into issues while using Flutter GPU, please file a bug using the standard [bug report template](https://github.com/flutter/flutter/issues/new?template=2_bug.yml). Additionally, mention "Flutter GPU" in the title, label the bug with the `flutter-gpu` label.
If you run into issues while using Flutter GPU, please file a bug using the standard [bug report template](https://github.com/flutter/flutter/issues/new?template=02_bug.yml). Additionally, mention "Flutter GPU" in the title, label the bug with the `flutter-gpu` label.
6 changes: 3 additions & 3 deletions packages/flutter/lib/src/foundation/assertions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ class FlutterErrorDetails with Diagnosticable {
'provide substantially more information in this error message to help you determine '
'and fix the underlying cause.\n'
'In either case, please report this assertion by filing a bug on GitHub:\n'
' https://github.com/flutter/flutter/issues/new?template=2_bug.yml',
' https://github.com/flutter/flutter/issues/new?template=02_bug.yml',
),
);
}
Expand Down Expand Up @@ -863,7 +863,7 @@ class FlutterError extends Error with DiagnosticableTreeMixin implements Asserti
'\nThis error should still help you solve your problem, '
'however please also report this malformed error in the '
'framework by filing a bug on GitHub:\n'
' https://github.com/flutter/flutter/issues/new?template=2_bug.yml',
' https://github.com/flutter/flutter/issues/new?template=02_bug.yml',
),
]),
);
Expand Down Expand Up @@ -900,7 +900,7 @@ class FlutterError extends Error with DiagnosticableTreeMixin implements Asserti
'\nThis error should still help you solve your problem, '
'however please also report this malformed error in the '
'framework by filing a bug on GitHub:\n'
' https://github.com/flutter/flutter/issues/new?template=2_bug.yml',
' https://github.com/flutter/flutter/issues/new?template=02_bug.yml',
),
);
throw FlutterError.fromParts(message);
Expand Down
12 changes: 6 additions & 6 deletions packages/flutter/lib/src/rendering/box.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2076,7 +2076,7 @@ abstract class RenderBox extends RenderObject {
),
ErrorHint(
'If you are not writing your own RenderBox subclass, then this is not\n'
'your fault. Contact support: https://github.com/flutter/flutter/issues/new?template=2_bug.yml',
'your fault. Contact support: https://github.com/flutter/flutter/issues/new?template=02_bug.yml',
),
]),
),
Expand Down Expand Up @@ -2188,7 +2188,7 @@ abstract class RenderBox extends RenderObject {
),
ErrorHint(
'If you are not writing your own RenderBox subclass, then this is not\n'
'your fault. Contact support: https://github.com/flutter/flutter/issues/new?template=2_bug.yml',
'your fault. Contact support: https://github.com/flutter/flutter/issues/new?template=02_bug.yml',
),
]),
),
Expand Down Expand Up @@ -2646,7 +2646,7 @@ abstract class RenderBox extends RenderObject {
DiagnosticsProperty<Size>('Size', _size, style: DiagnosticsTreeStyle.errorProperty),
ErrorHint(
'If you are not writing your own RenderBox subclass, then this is not '
'your fault. Contact support: https://github.com/flutter/flutter/issues/new?template=2_bug.yml',
'your fault. Contact support: https://github.com/flutter/flutter/issues/new?template=02_bug.yml',
),
]);
}
Expand Down Expand Up @@ -2738,7 +2738,7 @@ abstract class RenderBox extends RenderObject {
...failures,
ErrorHint(
'If you are not writing your own RenderBox subclass, then this is not\n'
'your fault. Contact support: https://github.com/flutter/flutter/issues/new?template=2_bug.yml',
'your fault. Contact support: https://github.com/flutter/flutter/issues/new?template=02_bug.yml',
),
]);
}
Expand All @@ -2764,7 +2764,7 @@ abstract class RenderBox extends RenderObject {
ErrorDescription('The constraints used were $constraints.'),
ErrorHint(
'If you are not writing your own RenderBox subclass, then this is not\n'
'your fault. Contact support: https://github.com/flutter/flutter/issues/new?template=2_bug.yml',
'your fault. Contact support: https://github.com/flutter/flutter/issues/new?template=02_bug.yml',
),
]);
}
Expand All @@ -2779,7 +2779,7 @@ abstract class RenderBox extends RenderObject {
ErrorDescription('The constraints used were $constraints.'),
ErrorHint(
'If you are not writing your own RenderBox subclass, then this is not\n'
'your fault. Contact support: https://github.com/flutter/flutter/issues/new?template=2_bug.yml',
'your fault. Contact support: https://github.com/flutter/flutter/issues/new?template=02_bug.yml',
),
];

Expand Down
2 changes: 1 addition & 1 deletion packages/flutter/lib/src/rendering/flex.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ class RenderFlex extends RenderBox
...addendum,
ErrorDescription(
"If none of the above helps enough to fix this problem, please don't hesitate to file a bug:\n"
' https://github.com/flutter/flutter/issues/new?template=2_bug.yml',
' https://github.com/flutter/flutter/issues/new?template=02_bug.yml',
),
]);
return true;
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter/lib/src/semantics/semantics.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4065,7 +4065,7 @@ class SemanticsOwner extends ChangeNotifier {
ErrorHint(
'Consider removing the above invisible SemanticsNodes if they were added by your '
'RenderObject.assembleSemanticsNode implementation, or filing a bug on GitHub:\n'
' https://github.com/flutter/flutter/issues/new?template=2_bug.yml',
' https://github.com/flutter/flutter/issues/new?template=02_bug.yml',
),
]);
}());
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter/lib/src/widgets/framework.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2899,7 +2899,7 @@ class BuildOwner {
ErrorHint(
'If you did not attempt to call scheduleBuildFor() yourself, then this probably '
'indicates a bug in the widgets framework. Please report it:\n'
' https://github.com/flutter/flutter/issues/new?template=2_bug.yml',
' https://github.com/flutter/flutter/issues/new?template=02_bug.yml',
),
]);
}
Expand Down
8 changes: 4 additions & 4 deletions packages/flutter/test/foundation/assertions_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ void main() {
'This error should still help you solve your problem, however\n'
'please also report this malformed error in the framework by\n'
'filing a bug on GitHub:\n'
' https://github.com/flutter/flutter/issues/new?template=2_bug.yml\n'
' https://github.com/flutter/flutter/issues/new?template=02_bug.yml\n'
'═════════════════════════════════════════════════════════════════\n',
);
}
Expand Down Expand Up @@ -277,7 +277,7 @@ void main() {
'This error should still help you solve your problem, however\n'
'please also report this malformed error in the framework by\n'
'filing a bug on GitHub:\n'
' https://github.com/flutter/flutter/issues/new?template=2_bug.yml\n'
' https://github.com/flutter/flutter/issues/new?template=02_bug.yml\n'
'═════════════════════════════════════════════════════════════════\n',
);
}
Expand Down Expand Up @@ -306,7 +306,7 @@ void main() {
'This error should still help you solve your problem, however\n'
'please also report this malformed error in the framework by\n'
'filing a bug on GitHub:\n'
' https://github.com/flutter/flutter/issues/new?template=2_bug.yml\n'
' https://github.com/flutter/flutter/issues/new?template=02_bug.yml\n'
'═════════════════════════════════════════════════════════════════\n',
);
}
Expand Down Expand Up @@ -406,7 +406,7 @@ void main() {
'provide substantially more information in this error message to help you determine '
'and fix the underlying cause.\n'
'In either case, please report this assertion by filing a bug on GitHub:\n'
' https://github.com/flutter/flutter/issues/new?template=2_bug.yml',
' https://github.com/flutter/flutter/issues/new?template=02_bug.yml',
);
expect(builder.properties[4] is ErrorSpacer, true);
final DiagnosticsStackTrace trace = builder.properties[5] as DiagnosticsStackTrace;
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter/test/semantics/semantics_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ void main() {
'An invisible SemanticsNode is one whose rect is not on screen hence not reachable for users, and its semantic information is not merged into a visible parent.\n'
'An invisible SemanticsNode makes the accessibility experience confusing, as it does not provide any visual indication when the user selects it via accessibility technologies.\n'
'Consider removing the above invisible SemanticsNodes if they were added by your RenderObject.assembleSemanticsNode implementation, or filing a bug on GitHub:\n'
' https://github.com/flutter/flutter/issues/new?template=2_bug.yml',
' https://github.com/flutter/flutter/issues/new?template=02_bug.yml',
),
),
),
Expand Down Expand Up @@ -322,7 +322,7 @@ void main() {
'An invisible SemanticsNode is one whose rect is not on screen hence not reachable for users, and its semantic information is not merged into a visible parent.\n'
'An invisible SemanticsNode makes the accessibility experience confusing, as it does not provide any visual indication when the user selects it via accessibility technologies.\n'
'Consider removing the above invisible SemanticsNodes if they were added by your RenderObject.assembleSemanticsNode implementation, or filing a bug on GitHub:\n'
' https://github.com/flutter/flutter/issues/new?template=2_bug.yml',
' https://github.com/flutter/flutter/issues/new?template=02_bug.yml',
),
),
),
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_driver/lib/src/driver/web_driver.dart
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ class FlutterWebConnection {
'If the test uses VM service extensions provided by the Flutter SDK, '
'then this error is likely caused by a bug in Flutter. Please report it '
'by filing a bug on GitHub:\n'
' https://github.com/flutter/flutter/issues/new?template=2_bug.yml',
' https://github.com/flutter/flutter/issues/new?template=02_bug.yml',
error,
stackTrace,
);
Expand Down
17 changes: 7 additions & 10 deletions packages/flutter_localizations/lib/src/l10n/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Material and Cupertino Libraries Localizations

The `.arb` files in this directory contain localized values (primarily
strings) used by the Material and Cupertino libraries. The
strings) used by the Material and Cupertino libraries. The
`generated_material_localizations.dart` and
`generated_cupertino_localizations.dart` files combine all of the
localizations into a single Map that is linked with the rest of
Expand All @@ -11,7 +11,6 @@ If you're looking for information about internationalizing Flutter
apps in general, see the
[Internationalizing Flutter Apps](https://flutter.dev/to/internationalization) tutorial.


### Translations for one locale: .arb files

The Material and Cupertino libraries use
Expand Down Expand Up @@ -80,7 +79,6 @@ to write.
},
```


### Values with Parameters, Plurals

A few of material translations contain `$variable` tokens. The
Expand All @@ -101,7 +99,6 @@ MaterialLocalizations.of(context).aboutListTileTitle(yourAppTitle)
The names of the `$variable` tokens must match the names of the
`MaterialLocalizations` method parameters.


Plurals are handled similarly, with a lookup method that includes a
quantity parameter. For example `selectedRowCountTitle` returns a
string like "1 item selected" or "no items selected".
Expand Down Expand Up @@ -149,18 +146,19 @@ section in the Material spec. The Material theme uses the
`TextTheme`, see
[Typography.geometryThemeFor](https://api.flutter.dev/flutter/material/Typography/geometryThemeFor.html).


### 'generated_*_localizations.dart': all of the localizations
### 'generated\_\*\_localizations.dart': all of the localizations

All of the localizations are combined in a single file per library
using the gen_localizations script.

You can see what that script would generate by running:

```dart
dart dev/tools/localization/bin/gen_localizations.dart
```

Actually update the generated files with:

```dart
dart dev/tools/localization/bin/gen_localizations.dart --overwrite
```
Expand All @@ -172,10 +170,10 @@ class implementations use these to lookup localized resource values.

The gen_localizations script must be run by hand after .arb files have
been updated. The script optionally takes parameters

1. The path to this directory,
2. The file name prefix (the file name less the locale
suffix) for the .arb files in this directory.

suffix) for the .arb files in this directory.

### Special handling for the Kannada (kn) translations

Expand Down Expand Up @@ -211,8 +209,7 @@ Google contributes translations for all the languages supported by
this package. (Googlers, for more details see <go/flutter-l10n>.)

If you have feedback about the translations please
[file an issue on the Flutter github repo](https://github.com/flutter/flutter/issues/new?template=2_bug.yml).

[file an issue on the Flutter github repo](https://github.com/flutter/flutter/issues/new?template=02_bug.yml).

### See Also

Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_tools/lib/src/cache.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,7 @@ class ArtifactUpdater {
status.pause();
_logger.printWarning(
'Downloading an artifact that may not be reachable in some environments (e.g. firewalled environments): $url\n'
'This should not have happened. This is likely a Flutter SDK bug. Please file an issue at https://github.com/flutter/flutter/issues/new?template=1_activation.yml',
'This should not have happened. This is likely a Flutter SDK bug. Please file an issue at https://github.com/flutter/flutter/issues/new?template=01_activation.yml',
);
status.resume();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class SwiftPackageManagerIntegrationMigration extends ProjectMigrator {
'An error occurred when adding Swift Package Manager integration:\n'
' $e\n\n'
'Swift Package Manager is currently an experimental feature, please file a bug at\n'
' https://github.com/flutter/flutter/issues/new?template=1_activation.yml \n'
' https://github.com/flutter/flutter/issues/new?template=01_activation.yml \n'
'Consider including a copy of the following files in your bug report:\n'
' ${_platform.name}/Runner.xcodeproj/project.pbxproj\n'
' ${_platform.name}/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme '
Expand Down