From e6b750add5d2f3b899b335bba133cfc9681cf38c Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sun, 29 Jun 2025 15:06:18 +0200 Subject: [PATCH] chore: make more fields in bug report mandatory --- .github/ISSUE_TEMPLATE/bug_report.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b5e1e3e1..9c02689f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -20,22 +20,32 @@ body: render: Text description: | Enter the version of FileBrowser you are using. + validations: + required: true - type: textarea attributes: label: Description description: | A clear and concise description of what the issue is about. What are you trying to do? + validations: + required: true - type: textarea attributes: label: What did you expect to happen? + validations: + required: true - type: textarea attributes: label: What actually happened? + validations: + required: true - type: textarea attributes: label: Reproduction Steps description: | Tell us how to reproduce this issue. How can someone who is starting from scratch reproduce this behavior as minimally as possible? + validations: + required: true - type: textarea attributes: label: Files