We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e15fe5a commit 14dcceaCopy full SHA for 14dccea
CONTRIBUTING.md
@@ -26,6 +26,15 @@ and review all changes we merge to master.
26
We appreciate any contributions, so please use the [Forking Workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow)
27
and send us `Merge Requests`.
28
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
38
## Developer's Certificate of Origin 1.1
39
40
In order to pass the checks, commit with signoff option
0 commit comments