diff --git a/src/README.md b/src/README.md index d7ebb5f7c..a3d372b4b 100644 --- a/src/README.md +++ b/src/README.md @@ -157,6 +157,6 @@ git push origin -u ``` ### Contribution guidelines -Note: 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: +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.