apply changes requested by @Grimler91

Co-Authored-By: Henrik Grimler <henrik@grimler.se>
This commit is contained in:
Yaksh Bariya 2022-10-09 20:45:36 +05:30
parent 9e87952228
commit 24e88227b7
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ are exist package recipes available out-of-box.
## Commit guidelines
A commit message should look something like:
Commit messages should describe the changes done, so that maintainers can understand what was done, and to what package or scope, without having to look at the code changes. One good (but not mandatory) way to make sure the commit message fulfills these requirements is to write it on the format:
```
<commitType>(<repo>/<package>): (Summary of change(s) made/Short description of the change)