CONTRIBUTING.md: Suggest using checkstyle9.pl

This commit is contained in:
Warner Losh 2023-03-21 02:08:12 -06:00
parent 3a3c924273
commit 9c43d5ca20

View file

@ -29,6 +29,7 @@ A pull request will be considered if:
* Fixup commits should be squashed with the commit they are fixing. Each commit in your branch should be suitable for FreeBSD's repository.
* Commits should include one or more `Signed-off-by:` lines with full name and email address certifying [Developer Certificate of Origin](https://developercertificate.org/).
* The commits follow FreeBSD's style guide. See [Style](#Style).
* Run tools/build/checkstlye9.pl on your git branch and eliminate all errors
* The commits should not introduce trailing white space.
* If the commmit fixes a bug, please add 'PR: <bugnumber>' to the comment message.
* If there's a code review in phabricator, please include a link as a 'Differential Revision: ' line.