CONTRIBUTING.md: Fix checkstyle9.pl name

Pull request: https://github.com/freebsd/freebsd-src/pull/703
This commit is contained in:
Tom Hukins 2023-03-27 22:04:10 +01:00 committed by Ed Maste
parent b37d1deb04
commit f59727087b
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +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
* Run tools/build/checkstyle9.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.