Skip to content

Commit af3bfaa

Browse files
nateboschCommit Queue
authored andcommitted
Add issue template pointing to stack overflow
Add a `config.yml` which includes a stack overflow link as "contact" to encourage general help questions to get help from the community first. Enable blank issues because they are currently allowed. Change-Id: Ifc43e36cd022a0eafa6208f26eb618e1a27c791c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/397100 Auto-Submit: Nate Bosch <[email protected]> Reviewed-by: Devon Carew <[email protected]> Commit-Queue: Nate Bosch <[email protected]>
1 parent cac375a commit af3bfaa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: I want help writing Dart code
4+
url: https://stackoverflow.com/tags/dart
5+
about: >-
6+
Visit Stack Overflow for how-to questions related to using the Dart
7+
language, core libraries, or developer tools.

0 commit comments

Comments
 (0)