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:
@@ -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.
|
||||
|
||||
|
||||
@@ -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/
|
||||
|
||||
@@ -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). 
|
||||
|
||||
@@ -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
|
||||
```
|
||||
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user