From 60842750790a5090e4105e81e7d2fdf6fa94b621 Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Fri, 27 Sep 2024 17:44:46 +0100 Subject: [PATCH] gh-290: add extra contact links to the raise issue button Closes #290. Utilise the powerful `contact_links` feature GitHub provides https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser --- .github/ISSUE_TEMPLATE/config.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index bd9dfe4e..6d50a380 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,2 +1,12 @@ --- blank_issues_enabled: false +contact_links: + - name: Raise a GLASS Discussion + url: https://github.com/orgs/glass-dev/discussions + about: + If you would like to start a discussion with the wider GLASS community + about e.g. a design decision or API change, you can use our Discussions + page. + - name: Join the GLASS Slack + url: https://glass-dev.github.io/slack + about: We have a public Slack workspace for discussions about the project.