Skip to content

Commit 6db2263

Browse files
committed
Pull request template: add reminder to update wiki documentation
Typically, the wiki needs to be updated when: * A new `public` property is added to a sniff ([Customisable Sniff Properties page](https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Customisable-Sniff-Properties)). * A new ruleset option is added ([Annotated Ruleset](https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Annotated-Ruleset)). * Support for a new configuration option is added ([Configuration Options](https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Configuration-Options)). * A new report type is added ([Reporting](https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Reporting)). etc etc
1 parent 83312f6 commit 6db2263

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Fixes #
4040
- [ ] I have added tests to cover my changes.
4141
- [ ] I have verified that the code complies with the projects coding standards.
4242
- [ ] \[Required for new sniffs\] I have added XML documentation for the sniff.
43+
- [ ] I have opened a sister-PR in the [documentation repository](https://github.com/PHPCSStandards/PHP_CodeSniffer-documentation) to update the Wiki.
4344

4445
<!--
4546
============================================================================================

0 commit comments

Comments
 (0)