From 72105da021761136d7d939954e97ba37337f4c29 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sun, 29 Nov 2020 20:05:21 +0900 Subject: [PATCH] chore: add link to Actions Documentation GitHub Actions official documentation https://docs.github.com/en/free-pro-team@latest/actions --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 7ec6ded..2a7b7bb 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -6,3 +6,6 @@ contact_links: - name: The Rust Programming Language Forum url: https://users.rust-lang.org/ about: Please ask questions about mdBook and Rust here. + - name: GitHub Actions Documentation + url: https://docs.github.com/en/free-pro-team@latest/actions + about: GitHub Actions official documentation here.