Skip to content

Commit

Permalink
Add issue template pointing to stack overflow
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
natebosch authored and Commit Queue committed Nov 25, 2024
1 parent cac375a commit af3bfaa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
blank_issues_enabled: true
contact_links:
- name: I want help writing Dart code
url: https://stackoverflow.com/tags/dart
about: >-
Visit Stack Overflow for how-to questions related to using the Dart
language, core libraries, or developer tools.

0 comments on commit af3bfaa

Please sign in to comment.