squizlabs / PHP_CodeSniffer

PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
BSD 3-Clause "New" or "Revised" License
10.66k stars 1.48k forks source link

Reduce width of table in issue template #3837

Closed fredden closed 1 year ago

fredden commented 1 year ago

Description

This is a follow-up to https://github.com/squizlabs/PHP_CodeSniffer/pull/3829 based on the conversation therein following that being merged.

While the table looks good in a mono-spaced font, the input field on the new issue form in GitHub uses a variable width font, so the table doesn't line up nicely there. Having less white-space (and the lack of trailing pipe) should mean the information is easier to supply, and still displays nicely when rendered as Markdown.

Suggested changelog entry

None required

Types of changes

PR checklist

gsherwood commented 1 year ago

Thanks @fredden - I agree that it's easier to complete the report now. Appreciate the PR.