From afeffb7ea806166e3c2cce8327864c03c9a34e26 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Fri, 10 Mar 2023 09:44:26 +0900 Subject: [PATCH] .github/ISSUE_TEMPLATE/config.yml: fix contact links `contact_links` without `about` properties are not shown in https://github.com/opencontainers/runc/issues/new/choose Signed-off-by: Akihiro Suda --- .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 857778b7224..528b06b44e8 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -10,5 +10,8 @@ contact_links: please consider asking in GitHub Discussions first. - name: Slack (opencontainers.slack.com) url: https://communityinviter.com/apps/opencontainers/join-the-oci-community + # GitHub requires the `about` property to be set + about: Slack - name: Mailing list url: https://groups.google.com/a/opencontainers.org/forum/#!forum/dev + about: Mailing list