ソースを参照

Fix potential syntax error in YAML

Likely that online VSCode did a stupid line wrapping here, let's see whether that works.
rugk 3 年 前
コミット
991ec6ca22
1 ファイル変更1 行追加2 行削除
  1. 1 2
      .github/ISSUE_TEMPLATE/config.yml

+ 1 - 2
.github/ISSUE_TEMPLATE/config.yml

@@ -2,8 +2,7 @@ blank_issues_enabled: false
 contact_links:
 contact_links:
   - name: Question and support
   - name: Question and support
     url: https://github.com/orgs/PrivateBin/discussions/new?category=q-a
     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
   - name: Problem with the container image
     url: https://github.com/PrivateBin/docker-nginx-fpm-alpine/issues/new
     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.