From 78c603eb607d73143f4c16b2faab7d524df831a3 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Tue, 29 Oct 2019 03:17:06 +0900 Subject: [PATCH] github: Add issue template config https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser --- .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 0000000..c76f5fd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: GitHub Actions Community Forum + url: https://github.community/t5/GitHub-Actions/bd-p/actions + about: Please ask questions about GitHub Actions here. + - name: Hugo Community Forum + url: https://discourse.gohugo.io/ + about: Please ask questions about Hugo here.