From 765242d1b0f9503553908debe4243260e446a4a5 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Thu, 5 Apr 2018 13:05:09 +0000 Subject: [PATCH] Add an issue template to the SDK Trying to encourage folks to start with Stack Overflow before they file as issue Change-Id: Ic7a0b973316c7606388426d2a33d8ef32913683f Reviewed-on: https://dart-review.googlesource.com/49622 Reviewed-by: William Hesse --- .github/ISSUE_TEMPLATE.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000000..d8c2687a0c6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,21 @@ +Thank you for taking the time to file an issue! + +In order to route, prioritize, and act on this, please include: + +* Dart SDK Version (`dart --version`) +* Whether you are using Windows, MacOSX, 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. + +---- + +Is it really an issue? For general questions consider starting with Stack +Overflow: +https://stackoverflow.com/questions/tagged/dart + +Also consider our Gitter channel for light-weight/quick discussions: +https://gitter.im/dart-lang/sdk + +-----