Files
PHP_CodeSniffer/.github/pull_request_template.md
jrfnl d439d9870c Add a pull request template
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.
2023-05-16 18:45:59 +02:00

2.2 KiB

Description

Suggested changelog entry

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.xml file.