hooks: Update Contributing.md with up-to-date information

As Stephen is no longer actively maintaining the uboot-test-hooks,
and the repo itself has been moved to source.denx.de, update the
Contributing.md with up-to-date information on how patches should
be sent against this repo.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
Bin Meng
2021-08-21 17:45:08 +08:00
committed by Simon Glass
parent b66efb4974
commit 53af6f382b

View File

@@ -1,16 +1,14 @@
To add patches to this repo, please either:
To add patches to this repo, please send the patch via email, at least:
a) Submit a github pull request.
b) Send the patch via email, at least:
To: swarren@nvidia.com
To: "Tom Rini <trini@konsulko.com>"
Cc: u-boot@lists.denx.de
With a subject prefix of "[PATCH test hooks]", i.e.:
With a subject prefix of "[u-boot-test-hooks PATCH]", i.e.:
git format-patch --subject-prefix='PATCH test hooks' ...
git format-patch --subject-prefix='u-boot-test-hooks PATCH' ...
or using patman with "Series-prefix: u-boot-test-hooks" to generate the patch.
You will need to include a signed-off-by line in your patch. See
https://developercertificate.org/ for the meaning of this.