From 9e29c06e4cd90ac105a8332c0fd662a8e42e2ef5 Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Thu, 13 Aug 2020 15:07:55 -0700 Subject: [PATCH] Create .config.yml --- .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 000000000..17ed2a34d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/.config.yml @@ -0,0 +1,7 @@ +contact_links: + - name: Blockly Forum + url: https://groups.google.com/forum/#!forum/blockly + about: The Blockly developer forum, where you can ask and answer questions. + - name: Plugins and examples + url: https://github.com/google/blockly-samples/issues/new/choose + about: File bugs or feature requests about plugins and samples in our blockly-samples repository.