Skip to content

Commit

Permalink
CONTRIBUTING: Add how to generate git patch files
Browse files Browse the repository at this point in the history
Signed-off-by: Baocheng Su <[email protected]>
  • Loading branch information
BaochengSu committed Dec 11, 2023
1 parent e15fe5a commit 0c77fe4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ and review all changes we merge to master.
We appreciate any contributions, so please use the [Forking Workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow)
and send us `Merge Requests`.

### Patch files generation

Some components may use git patch files to add functionality or fix bugs, such
as linux kernel or u-boot. Please use the command below to generate such patches:

```shell
git format-patch --abbrev=12 --no-numbered --zero-commit --no-signature ...
```

## Developer's Certificate of Origin 1.1

In order to pass the checks, commit with signoff option
Expand Down

0 comments on commit 0c77fe4

Please sign in to comment.