From 87bdfd4e98c348de658c96c243ce9c2d1f5f2c17 Mon Sep 17 00:00:00 2001 From: Dom Rodriguez Date: Thu, 2 Sep 2021 17:44:01 +0100 Subject: [PATCH] Add configuration for new issue chooser Signed-off-by: Dom Rodriguez --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 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 00000000..380870d2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Discussions: + url: https://github.com/debauchee/barrier/discussions + about: Please use the discussions tab for support and ideas/suggestions. + - name: Pull requests: + url: https://github.com/debauchee/barrier/pulls + about: Please submit pull requests here.