From 1470b0cb9cc4881173da903af2138a0e47878210 Mon Sep 17 00:00:00 2001 From: rugk Date: Thu, 24 Aug 2023 22:14:15 +0200 Subject: [PATCH] QA tenplate: remove prefilled title MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's remove that. 1. With label and A&A category we have more than enough options for filtering such requests. 2. Actually, as you can see in https://github.com/orgs/PrivateBin/discussions/1152, as it is a required field, but already filled out… we want them to write proper titles. --- .github/DISCUSSION_TEMPLATE/q-a.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/DISCUSSION_TEMPLATE/q-a.yml b/.github/DISCUSSION_TEMPLATE/q-a.yml index bc0b06c7..7dcb8c5c 100644 --- a/.github/DISCUSSION_TEMPLATE/q-a.yml +++ b/.github/DISCUSSION_TEMPLATE/q-a.yml @@ -1,4 +1,4 @@ -title: "[Question and support] " +title: "" labels: ["question/support"] body: - type: markdown