Re: [u-boot-test-hooks PATCH] Update Contributing.md with up-to-date information

2021-08-23 Thread Tom Rini
On Sat, Aug 21, 2021 at 05:45:08PM +0800, Bin Meng wrote:

> 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 
> 

Applied to u-boot-test-hooks/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[u-boot-test-hooks PATCH] Update Contributing.md with up-to-date information

2021-08-21 Thread Bin Meng
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 

---

 Contributing.md | 14 ++
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/Contributing.md b/Contributing.md
index e8bcfc4..b1f78a8 100644
--- a/Contributing.md
+++ b/Contributing.md
@@ -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: swar...@nvidia.com
+To: "Tom Rini "
 
 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='u-boot-test-hooks PATCH' ...
 
-git format-patch --subject-prefix='PATCH test hooks' ...
+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.
-- 
2.25.1