Skip to content

Commit 15e1f09

Browse files
committed
QA/Markdown CS: consistent surrounding pipes for tables
Generally speaking, the "full" table format should always be used - with leading and trailing pipes, but that is a bit awkward for this particular table as a template file like this will typically be edited in a fixed size font, while GH, when using the template to create an issue will use a variable size font. So, this is a bit of a mix-and-match to, yes, use the full table format, but also make it look reasonable when people edit the table in a new issue.
1 parent 6c7e40b commit 15e1f09

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ A clear and concise description of what you expected to happen.
5151

5252
## Versions (please complete the following information)
5353

54-
| | |
55-
|-|-|
56-
| Operating System | [e.g., Windows 10, MacOS 10.15]
57-
| PHP version | [e.g., 7.2, 8.1]
58-
| PHP_CodeSniffer version | [e.g., 3.7.2, master]
59-
| Standard | [e.g., PSR2, PSR12, Squiz, custom]
60-
| Install type | [e.g. Composer (global/local), PHAR, git clone, other (please expand)]
54+
| | |
55+
|--------------------------|---------------------------------------------------------------------- |
56+
| Operating System | [e.g., Windows 10, MacOS 10.15] |
57+
| PHP version | [e.g., 7.2, 8.1] |
58+
| PHP_CodeSniffer version | [e.g., 3.7.2, master] |
59+
| Standard | [e.g., PSR2, PSR12, Squiz, custom] |
60+
| Install type | [e.g. Composer (global/local), PHAR, git clone, other (please expand)] |
6161

6262
## Additional context
6363

0 commit comments

Comments
 (0)