|
1 | 1 | --- |
2 | | -name: General issue |
3 | | -about: Report a bug or suggest a feature |
4 | | -title: 'Create an issue' |
| 2 | +name: Report a general issue. |
| 3 | +about: Report a bug or file a feature request. |
5 | 4 | --- |
6 | | -Thank you for taking the time to file an issue! |
7 | 5 |
|
8 | | -This tracker is for issues related to: |
| 6 | +Thank you for taking the time to file an issue! This tracker is for issues related to the Dart analyzer and linter, the Dart core libraries (`dart:async`, `dart:io`, etc.), the Dart native and web compilers, and the Dart VM. |
9 | 7 |
|
10 | | -* Dart analyzer and linter |
11 | | -* Dart core libraries (`dart:async`, `dart:io`, etc.) |
12 | | -* Dart native and web compilers |
13 | | -* Dart VM |
| 8 | +When reporting an issue, please include: |
14 | 9 |
|
15 | | -Some other pieces of the Dart ecosystem are maintained elsewhere. |
16 | | -Please file issues in their repository: |
| 10 | +- The Dart version and tooling diagnostic info (`dart info`) |
| 11 | +- Whether you are using Windows, macOS, or Linux (if applicable) |
| 12 | +- Whether you are using Chrome, Safari, Firefox, Edge (if applicable) |
17 | 13 |
|
18 | | -* Dart language: https://github.com/dart-lang/language |
19 | | -* Dart website: https://github.com/dart-lang/site-www |
20 | | -* Flutter: https://github.com/flutter/flutter |
21 | | -* Dart and Flutter DevTools: https://github.com/flutter/devtools |
22 | | -* `dart format`: https://github.com/dart-lang/dart_style |
23 | | -* `dart test`: https://github.com/dart-lang/test |
24 | | -* `dart pub`: https://github.com/dart-lang/pub |
| 14 | +Other pieces of the Dart ecosystem are maintained elsewhere; please file issues in their respective repositories: |
25 | 15 |
|
26 | | -If you aren't sure, file the issue here, and we'll find the right home for it. |
27 | | -In your issue, please include: |
| 16 | +- Flutter: https://github.com/flutter/flutter |
| 17 | +- Dart language: https://github.com/dart-lang/language |
| 18 | +- Dart website: https://github.com/dart-lang/site-www |
| 19 | +- `dart format`: https://github.com/dart-lang/dart_style |
| 20 | +- `dart pub`: https://github.com/dart-lang/pub |
| 21 | +- `dart test`: https://github.com/dart-lang/test |
| 22 | +- Dart & Flutter DevTools: https://github.com/flutter/devtools |
28 | 23 |
|
29 | | -* Dart version and tooling diagnostic info (`dart info`) |
30 | | -* Whether you are using Windows, macOS, or Linux (if applicable) |
31 | | -* Whether you are using Chrome, Safari, Firefox, Edge (if applicable) |
32 | | - |
33 | | -Missing some or all of the above might make the issue take longer or |
34 | | -be impossible to act on. |
35 | | - |
36 | | -If you simply have a question, please consider using the listed Dart |
37 | | -developer communities on the following page: |
38 | | - |
39 | | -https://dart.dev/community#join-the-conversation |
| 24 | +If you have a question, instead of using this issue tracker, please refer to the community resources at: https://dart.dev/community#join-the-conversation. |
0 commit comments