From 183add1cc50764f1b3e36a73b14aa5b872fb55c4 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Wed, 16 Jun 2021 15:29:47 +0900 Subject: [PATCH] ci: update contact_links --- .github/ISSUE_TEMPLATE/config.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f0cad7704..0ff61f0e4 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,14 @@ blank_issues_enabled: false contact_links: + - name: Discussions + url: https://github.com/peaceiris/actions-gh-pages/discussions + about: Ask casual questions or share your story about the GitHub Pages Action. - name: GitHub Actions - GitHub Support Community Forum url: https://github.community/c/code-to-cloud/github-actions/41 about: Please ask questions about GitHub Actions here. - name: GitHub Pages Documentation - url: https://docs.github.com/en/free-pro-team@latest/github/working-with-github-pages + url: https://docs.github.com/en/pages about: GitHub Pages official documentaion here. - name: GitHub Actions Documentation - url: https://docs.github.com/en/free-pro-team@latest/actions + url: https://docs.github.com/en/actions about: GitHub Actions official documentation here.