From 1bb23ef9ca3d6783ad2dc6dcd230cbbc353c3810 Mon Sep 17 00:00:00 2001 From: rugk Date: Wed, 9 Aug 2023 23:11:35 +0200 Subject: [PATCH] Remove markdown from issue selector Was worth a try, but apparently markdown is not supported there. --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 61c29381..53c2d8ac 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -5,7 +5,7 @@ contact_links: 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. + about: Please report all problems that apply only(!) to the official (Docker) image “docker-nginx-fpm-alpine” here. - name: Security issue url: https://github.com/PrivateBin/PrivateBin/security/policy about: Please report security vulnerabilities and other security issues here.