Update README.md

This commit is contained in:
Ibrahim Abdelkader 2022-02-19 16:39:48 +02:00 committed by GitHub
parent 617ea105f5
commit 2e90118b38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,11 +107,9 @@ git push origin -u <some_branch_name>
### Contribution guidelines ### 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: 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. * Fix one problem. Don't try to tackle multiple issues at once.
* Use commits. Split the changes into logical groups using git commits. * Split the changes into logical groups using git commits.
* Use subject lines less than 78 characters, matching the following pattern: * Pull request title should be < 78 characters, and match this pattern: `<scope>: <description>.`
``` * Commit subject line should be < 78 characters, and match this pattern: `<scope>: <description>.`
<scope>: <description>.
```
For example: For example:
``` ```
github: Update workflows. github: Update workflows.