From 991ec6ca22a0f9f6345284507bdf322866b4a6fa Mon Sep 17 00:00:00 2001 From: rugk Date: Wed, 9 Aug 2023 18:19:33 +0200 Subject: [PATCH] Fix potential syntax error in YAML Likely that online VSCode did a stupid line wrapping here, let's see whether that works. --- .github/ISSUE_TEMPLATE/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 2df8210a..61c29381 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,8 +2,7 @@ blank_issues_enabled: false contact_links: - name: Question and support url: https://github.com/orgs/PrivateBin/discussions/new?category=q-a - about: Your setup is not working and you need help or you have a question regarding - PrivateBin + about: Your setup is not working and you need help or you have a question regarding PrivateBin - name: Problem with the container image url: https://github.com/PrivateBin/docker-nginx-fpm-alpine/issues/new about: Please report all problems that apply **only** to the official (Docker) image `docker-nginx-fpm-alpine` here.