From 607d02efd0e7c1c8d865bebe185a4221bb444a1e Mon Sep 17 00:00:00 2001 From: Ibrahim Abdelkader Date: Fri, 18 Feb 2022 20:30:04 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0e62075b..fdda50623 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ git push origin -u Please follow the [best practices](https://developers.google.com/blockly/guides/modify/contribute/write_a_good_pr) when sending pull requests upstream. In general, the pull request should: * Fix one problem. Don't try to tackle multiple issues at once. * Use commits. Split the changes into logical groups using git commits. -* Please make sure your commits subject lines are less than 78 characters, and match the following pattern: +* Use subject lines less than 78 characters, matching the following pattern: ``` : . ```