From f759dde7c8edc0a86385b4b354e681204c812d63 Mon Sep 17 00:00:00 2001 From: Ara Adkins Date: Wed, 9 Dec 2020 09:46:33 +0000 Subject: [PATCH] Set up GH discussions (#1336) --- .github/ISSUE_TEMPLATE/config.yml | 9 +++++++++ .github/settings.yml | 6 ------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 4212b6e664..cc6b27738f 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,14 @@ blank_issues_enabled: false contact_links: + - name: Have a question about Enso? + url: https://github.com/enso-org/enso/discussions/new?category=Questions + about: Ask your questions about Enso + - name: Want to discuss Enso? + url: https://github.com/enso-org/enso/discussions/new?category=general + about: Talk about Enso the language + - name: Have an idea? + url: https://github.com/enso-org/enso/discussions/new?category=ideas + about: Share your ideas for Enso - name: Issues with the IDE? url: https://github.com/enso-org/ide/issues/new/choose about: Please report problems with the IDE in the IDE repository diff --git a/.github/settings.yml b/.github/settings.yml index 75b4ef55d1..bfea11e0a8 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -164,12 +164,6 @@ labels: - name: "Type: Enhancement" color: "#ede2fe" description: An enhancement to Enso - - name: "Type: Discussion" - color: "#ede2fe" - description: A discussion about Enso - - name: "Type: Question" - color: "#ede2fe" - description: A question about Enso - name: "Type: RFC" color: "#ede2fe" description: An RFC proposing a change to Enso