[python-bugzilla] [PATCH] Update HACKING to detail patch submission

Arun Babu Neelicattu arun.neelicattu at gmail.com
Wed Mar 11 13:46:35 UTC 2015


---
 HACKING | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/HACKING b/HACKING
index f597a97..4a36165 100644
--- a/HACKING
+++ b/HACKING
@@ -71,3 +71,12 @@ If you are submitting a patch, ensure the following:
 
 Running any of the functional tests is not a requirement for patch submission,
 but please give them a go if you are interested.
+
+Submitting a patch is straight forward; you need to submit it to
+python-bugzilla at lists.fedorahosted.org using the git-send-email command.
+
+For example, assuming you have configured smtp and is working on a feature branch, the following will submit all commits you have on top of master.
+
+$ git send-email --from <your email id> --to python-bugzilla at lists.fedorahosted.org master
+
+For more information about git-send-email refer to http://git-scm.com/docs/git-send-email
-- 
2.1.0



More information about the python-bugzilla mailing list