Skip to content

Commit 14dccea

Browse files
committed
CONTRIBUTING: Add how to generate git patch files
Signed-off-by: Baocheng Su <[email protected]>
1 parent e15fe5a commit 14dccea

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

+9
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ and review all changes we merge to master.
2626
We appreciate any contributions, so please use the [Forking Workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow)
2727
and send us `Merge Requests`.
2828

29+
### Patch files generation
30+
31+
Some components may use git patch files to add functionality or fix bugs, such
32+
as linux kernel or u-boot. Please use the command below to generate such patches:
33+
34+
```shell
35+
git format-patch --abbrev=12 --no-numbered --zero-commit --no-signature ...
36+
```
37+
2938
## Developer's Certificate of Origin 1.1
3039

3140
In order to pass the checks, commit with signoff option

0 commit comments

Comments
 (0)