From f6d1de085f2320b07d57a10cf0fde48e8efcf14a Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 22 Aug 2023 10:07:16 +0200 Subject: [PATCH] Bug report template: make version table more comprehensive --- .github/ISSUE_TEMPLATE/bug_report.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f01a03d2..f68fd0df 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -40,11 +40,13 @@ e.g. `WordPressVIPMinimum.PHP.NoSilencedErrors.Discouraged` Use `php -v` and `composer show` to get versions. -| Question | Answer -| ------------------------| ------- -| PHP version | x.y.z -| PHP_CodeSniffer version | x.y.z -| VIPCS version | x.y.z +| Question | Answer +| ------------------------ | ------- +| PHP version | x.y.z +| PHP_CodeSniffer version | x.y.z +| VIPCS version | x.y.z +| WordPressCS version | x.y.z +| VariableAnalysis version | x.y.z ## Additional Context (optional)