From af3bfaaab2d7a37f992fe2aab8885676012bd300 Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Mon, 25 Nov 2024 21:19:25 +0000 Subject: [PATCH] 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 Reviewed-by: Devon Carew Commit-Queue: Nate Bosch --- .github/ISSUE_TEMPLATE/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000000..656e15b3147 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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.