1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-08 12:06:26 +00:00

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 <whesse@google.com>
This commit is contained in:
Kevin Moore 2018-04-05 13:05:09 +00:00
parent 3acccedc40
commit 765242d1b0

21
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -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
-----