From 168fb46767352c5f6ebb1d9d587a42603c62a2cb Mon Sep 17 00:00:00 2001 From: rugk Date: Wed, 13 Sep 2023 23:56:35 +0200 Subject: [PATCH] Fix error message about QA template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GitHub complains: > title must be of type String and cannot be empty. Learn more about this error. Well then… as we don't want to provide a default title (see https://github.com/PrivateBin/PrivateBin/pull/1155) let's remove it. --- .github/DISCUSSION_TEMPLATE/q-a.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/DISCUSSION_TEMPLATE/q-a.yml b/.github/DISCUSSION_TEMPLATE/q-a.yml index 7dcb8c5c..106739c3 100644 --- a/.github/DISCUSSION_TEMPLATE/q-a.yml +++ b/.github/DISCUSSION_TEMPLATE/q-a.yml @@ -1,4 +1,3 @@ -title: "" labels: ["question/support"] body: - type: markdown