From d5486ffcf6c73efc812d2961420000026fd83813 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 2 Sep 2020 12:57:27 +0100 Subject: [PATCH] ISSUE_TEMPLATE: direct people to GitHub Discussions Let's trial this and see how it goes. --- .github/ISSUE_TEMPLATE/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index eb2c440818..babdfb1095 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,9 +1,9 @@ blank_issues_enabled: false contact_links: -- name: Get help on Discourse - url: https://discourse.brew.sh - about: Have a question? Not sure if your issue affects everyone reproducibly? The quickest way to get help is on Homebrew's Discourse! +- name: Get help in GitHub Discussions + url: https://github.com/Homebrew/discussions/discussions + about: Have a question? Not sure if your issue affects everyone reproducibly? The quickest way to get help is on Homebrew's GitHub Discussions! - name: New issue on Homebrew/homebrew-core url: https://github.com/Homebrew/homebrew-core/issues/new/choose about: On macOS/Mac OS X? Having a `brew` problem with a `brew install` or `brew upgrade` of a single formula/package? Report it to Homebrew/homebrew-core (the macOS core tap/repository).