From 20fe861bdb0e5de1b6cda83a47aed1df50d2a5e0 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sun, 19 Jan 2020 01:58:40 +0100 Subject: [PATCH] Bug report template: further enhancement What with the bug reported via PR 98, I believe it will be useful to always ask people to paste their config in an issue report. --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 103f9300..38534be9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -44,6 +44,10 @@ about: Create a report to help us improve | Dealerdirect PHPCS plugin version | x.y.z | Install type | e.g. Composer global, Composer project local, other (please expand) +Output of `vendor/bin/phpcs --config-show`: +``` +(Please paste the output you get here) +``` ## Tested against `master` branch? - [ ] I have verified the issue still exists in the `master` branch.