-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm using the ExternalBugs support in python-bugzilla from checkout. I
can create and remove entries so that is good. Mainly I'm using the
limited support from [0] which is a great start, but I need to set
more of the attributes described here [1].
Specifically I want to do two things:
1) Adjust the signature of add_external_bug and remove_external_bug to
use keyword args to support all fields
2) Add a new update_external_bug method which accepts kwargs similar
to how add and remove do
I think I see how to do it for my own purposes. My question is how
could I contribute a patch back to be included in future
python-bugzilla releases? I couldn't find any documented process, so
how do I contribute back?
[0]:
https://git.fedorahosted.org/cgit/python-bugzilla.git/commit/?id=8edea7ec96…
[1]:
https://bugzilla.redhat.com/docs/en/html/api/extensions/ExternalBugs/lib/We…
- -Brian
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAEBAgAGBQJU/19MAAoJEK48cdELyEfyf2oH/RpvWhch+ISSmzzNRj2NGQM7
ce97AYl2mv3tI03fXGajdYNgg8SQjARlVLGcONL3TIljQyAIDb7qluSZkqn26wx/
85PH4VamugOmtFRi0u/DQK1IoG4Okud3+l+gDNpSZShyDmGMSp8/M6OGJ5kh/ToR
dyY3Tn9YXnk+mkZqpKp3/homSARSpHMdTdjC+rqhAULV8XzA49YyJhrj32cIeYcb
KpK4ugnjV2GBAtl1m5q5aX4l6fDQ+pqTP+wws1ZrYVje3/5b68fsQYrMhM6bQAY4
/p3QoM7DBWP8jJeQxhDxqsIYI7VGNo6/pd9JTy3WcxZg29liq9tkRbCYxOYHK28=
=Wrvf
-----END PGP SIGNATURE-----
---
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(a)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(a)lists.fedorahosted.org master
+
+For more information about git-send-email refer to http://git-scm.com/docs/git-send-email
--
2.1.0