From 9fbe2f1a580516a83370dc16f853e833ce123c80 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Wed, 9 Apr 2025 16:26:59 +0200 Subject: [PATCH] Issue template: minor tweak Change square brackets to parentheses to avoid "undefined reference" markdown error. Includes re-aligning the table. Related to: https://github.com/remarkjs/remark-lint/releases/tag/remark-lint-no-undefined-references%405.0.2 --- .github/ISSUE_TEMPLATE/bug_report.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8f65771648..a8652749d4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -51,13 +51,13 @@ A clear and concise description of what you expected to happen. ## Versions (please complete the following information) -| | | -|--------------------------|---------------------------------------------------------------------- | -| Operating System | [e.g., Windows 10, MacOS 10.15] | -| PHP version | [e.g., 7.2, 8.1] | -| PHP_CodeSniffer version | [e.g., 3.7.2, master] | -| Standard | [e.g., PSR2, PSR12, Squiz, custom] | -| Install type | [e.g. Composer (global/local), PHAR, git clone, other (please expand)] | +| | | +|-----------------------------|---------------------------------------------------------------------------- | +| Operating System | (e.g., Windows 10, MacOS 10.15) | +| PHP version | (e.g., 7.2, 8.1) | +| PHP_CodeSniffer version | (e.g., 3.7.2, master) | +| Standard | (e.g., PSR2, PSR12, Squiz, custom) | +| Install type | (e.g. Composer (global/local), PHAR, git clone, other (please expand)) | ## Additional context