How to submit a new postal service?

Asked by cako

Hi, I branched the project (https://code.launchpad.net/~goldencako/+junk/parcel-tracker) and added a new postal service. I'd like to know how I can include this in the official branch.

Cheers,

Carlos

Question information

Language:
English Edit question
Status:
Solved
For:
parcel-tracker Edit question
Assignee:
No assignee Edit question
Solved by:
Vsevolod Velichko
Solved:
Last query:
Last reply:
Revision history for this message
Best Vsevolod Velichko (torkvemada) said :
#1

Hi, you had to create the branch as the part of the parcel-tracker project (bzr push lp:~goldencako/parcel-tracker/parcel-tracker) and then request an merge (bzr lp-propose-merge).
P.s. At the moment I gave a quick look and don't sure in your line 527 of post_services.py: in case of parse error you return plain string as a date, rather than datetime object. I'm not sure it is ok.

Revision history for this message
cako (goldencako) said :
#2

Спасибо! I corrected the date thing and proposed the merge.

Revision history for this message
cako (goldencako) said :
#3

Thanks Vsevolod Velichko, that solved my question.