Update generic issue template/info

- Consolidates "related to" section to what users are familiar with.
- Adds some other related repositories.
- Switches to `dart info` instead of `dart --version` for more information

Change-Id: I70eb03293e5946b51cee7d5a7f02634a593f3bc2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/320901
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
This commit is contained in:
Parker Lougheed
2023-08-21 17:07:18 +00:00
committed by Commit Queue
parent cb690e6698
commit ca9730325c
+14 -14
View File
@@ -7,31 +7,31 @@ Thank you for taking the time to file an issue!
This tracker is for issues related to:
* Analyzer
* Common Front End (CFE) and kernel
* Dart core libraries ("dart:async", "dart:io", etc.)
* Dart analyzer and linter
* Dart core libraries (`dart:async`, `dart:io`, etc.)
* Dart native and web compilers
* Dart VM
* dart2js
* dev_compiler
Some other pieces of the Dart ecosystem are maintained elsewhere. Please
file issues in their repository:
Some other pieces of the Dart ecosystem are maintained elsewhere.
Please file issues in their repository:
* Dart language: https://github.com/dart-lang/language
* Dart website: https://github.com/dart-lang/site-www
* Flutter: https://github.com/flutter/flutter
* Linter: https://github.com/dart-lang/linter
* dart format: https://github.com/dart-lang/dart_style
* Dart and Flutter DevTools: https://github.com/flutter/devtools
* `dart format`: https://github.com/dart-lang/dart_style
* `dart test`: https://github.com/dart-lang/test
* `dart pub`: https://github.com/dart-lang/pub
If you aren't sure, file the issue here and we'll find the right home for it.
If you aren't sure, file the issue here, and we'll find the right home for it.
In your issue, please include:
* Dart SDK Version (`dart --version`)
* Whether you are using Windows, MacOSX, or Linux (if applicable)
* Dart version and tooling diagnostic info (`dart info`)
* Whether you are using Windows, macOS, or Linux (if applicable)
* Whether you are using Chrome, Safari, Firefox, Edge (if applicable)
Missing some or all of the above might make the issue take longer or be
impossible to act on.
Missing some or all of the above might make the issue take longer or
be impossible to act on.
If you simply have a question, please consider using the listed Dart
developer communities on the following page: