From db2d8f15989b1d2356324a3f6fc71a535dc17c3e Mon Sep 17 00:00:00 2001 From: rugk Date: Thu, 14 Sep 2023 00:02:01 +0200 Subject: [PATCH] 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 ea372925..722efc40 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