mirror of
https://github.com/squizlabs/PHP_CodeSniffer.git
synced 2026-03-27 04:51:47 +00:00
This pull requests template has been set up to attempt to gather all information needed by the maintainers to evaluate the PR. It also is intended to act as a reminder for contributors to make sure the PR is complete and ready for review.
2.2 KiB
2.2 KiB
Description
Suggested changelog entry
Related issues/external references
Fixes #
Types of changes
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
- This change is only breaking for integrators, not for external standards or end-users.
- Documentation improvement
PR checklist
- I have checked there is no other PR open for the same change.
- I have read the Contribution Guidelines.
- I grant the project the right to include and distribute the code under the BSD-3-Clause license (and I have the right to grant these rights).
- I have added tests to cover my changes.
- I have verified that the code complies with the projects coding standards.
- [Required for new sniffs] I have added XML documentation for the sniff.
- [Required for new files] I have added any new files to the
package.xmlfile.