From 2e90118b38bafa0f9fe9b5ad27de998b3a0d88ef Mon Sep 17 00:00:00 2001 From: Ibrahim Abdelkader Date: Sat, 19 Feb 2022 16:39:48 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fdda50623..a9ef110ef 100644 --- a/README.md +++ b/README.md @@ -107,11 +107,9 @@ git push origin -u ### Contribution guidelines 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. -* Use subject lines less than 78 characters, matching the following pattern: -``` -: . -``` +* Split the changes into logical groups using git commits. +* Pull request title should be < 78 characters, and match this pattern: `: .` +* Commit subject line should be < 78 characters, and match this pattern: `: .` For example: ``` github: Update workflows.