Update README.md

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

View File

@ -108,12 +108,13 @@ git push origin -u <some_branch_name>
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.
* Split the changes into logical groups using git commits.
* 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>.`
For example:
* Pull request title should be less than 78 characters, and match this pattern: `<scope>:<1 space><description><.>`
* Commit subject line should be less than 78 characters, and match this pattern: `<scope>:<1 space><description><.>`
Example PR titles or commit subject lines:
```
github: Update workflows.
Libtf: Add support for built-in models.
RPC: Remove CAN bit timing function.
OPENMV4: Add readme txt file.
RPC library: Remove CAN bit timing function.
OPENMV4: Add readme template file.
ports/stm32/main.c: Fix storage label.
```