From ca9730325c0ffc3da2e0d4a1fa5d00f62f39ef3c Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Mon, 21 Aug 2023 17:07:18 +0000 Subject: [PATCH] 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 Commit-Queue: Devon Carew --- .github/ISSUE_TEMPLATE/1_issue_template.md | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_issue_template.md b/.github/ISSUE_TEMPLATE/1_issue_template.md index 9ae02eb5de8..f2c5401ec4d 100644 --- a/.github/ISSUE_TEMPLATE/1_issue_template.md +++ b/.github/ISSUE_TEMPLATE/1_issue_template.md @@ -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: