From ea1e386a4a5bf645ce2e631a711e9c9540c0576e Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Tue, 2 Nov 2021 22:29:34 -0700 Subject: [PATCH] Removed placeholders from but report template form --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 358e3a8..9f409d0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -9,7 +9,6 @@ body: attributes: label: Directory Lister Version description: What version of Directory Lister are you using? - placeholder: '3.X.X' validations: required: true @@ -20,7 +19,6 @@ body: description: | What version of PHP do you have installed? Run `php --version` from a command line to find your version. - placeholder: '8.1' validations: required: true