aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-03-21 08:08:12 +0000
committerWarner Losh <imp@FreeBSD.org>2023-03-21 08:08:12 +0000
commit9c43d5ca20d71af5b0885ab2d70e8246f988bb06 (patch)
treeb559d66b2d2f747a21c6375f1a43170597e355d5
parent3a3c9242739efb0c76587ffbaa54c5d10b2cbcb4 (diff)
downloadsrc-9c43d5ca20d71af5b0885ab2d70e8246f988bb06.tar.gz
src-9c43d5ca20d71af5b0885ab2d70e8246f988bb06.zip
CONTRIBUTING.md: Suggest using checkstyle9.pl
-rw-r--r--CONTRIBUTING.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ad221be66afc..8aedda5f4e69 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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.