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

Cole Robinson crobinso at redhat.com
Wed Mar 11 19:06:02 UTC 2015


On 03/11/2015 09:46 AM, Arun Babu Neelicattu wrote:
> ---
>  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
> 

Thanks Arun, pushed now

- Cole


More information about the python-bugzilla mailing list