From 5dc9ce42034b0ea72e3294772ca5cfc26ecbc8ce Mon Sep 17 00:00:00 2001 From: gewfy Date: Tue, 23 Aug 2022 09:45:15 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- docs/CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index e189077c33..6ea7bee8bc 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -82,3 +82,7 @@ Our [pull request template](.github/PULL_REQUEST_TEMPLATE/pull_request_template. - Limit the first line to 72 characters or less - Reference issues and pull requests liberally after the first line - When only changing documentation, include `[ci skip]` in the commit title + +### Development style guide + +See [STYLE_GUIDE.md](STYLE_GUIDE.md)