From 168fb46767352c5f6ebb1d9d587a42603c62a2cb Mon Sep 17 00:00:00 2001 From: rugk Date: Wed, 13 Sep 2023 23:56:35 +0200 Subject: [PATCH 1/2] 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 7dcb8c5c8..106739c30 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 From db2d8f15989b1d2356324a3f6fc71a535dc17c3e Mon Sep 17 00:00:00 2001 From: rugk Date: Thu, 14 Sep 2023 00:02:01 +0200 Subject: [PATCH 2/2] Also add FAQ sectiontick box requirement for bug template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's apparently not enough to have in the Q/A, best is we have it here to. The next step would be converting that into the same form like the QA template. After all, it may mostly just be copy paste as it is nearly identical but well… --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ea3729250..722efc405 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -10,6 +10,9 @@ assignees: '' +**Did you use the FAQ section?** +- [ ] Yes, I have read [the FAQ](https://github.com/PrivateBin/PrivateBin/wiki/FAQ) and I found no solution/answer there. + ## Steps to reproduce