PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
BSD 3-Clause "New" or "Revised" License
10.67k
stars
1.48k
forks
source link
Correct link in pull request template #3838
Closed
fredden closed 11 months ago
Description
The link in the pull request template currently goes to https://github.com/squizlabs/PHP_CodeSniffer/compare/.github/CONTRIBUTING.md while creating a pull request, and https://github.com/squizlabs/PHP_CodeSniffer/pull/.github/CONTRIBUTING.md (which redirects to the first) afterwards. We could change the link to
../blob/HEAD/CONTRIBUTING.md
(or../blob/master/CONTRIBUTING.md
) if we want to keep it relative; feel free to adjust this pull request if that's preferred.Note too that the URL will need to be updated if https://github.com/squizlabs/PHP_CodeSniffer/pull/3830 gets merged before this, or as part of https://github.com/squizlabs/PHP_CodeSniffer/pull/3830 if this gets merged before that.
Suggested changelog entry
None required
Types of changes
PR checklist
package.xml
file.