Hey Laurent,

Glad to hear you want to help out!

The first step that I usually take is figuring out what component I want to
work on. This is usually based around what I have the most familiarity with,
or what part I'm interested in learning more about. Trac has nice features
for filtering down by component, so for example I usually work on stuff with
the test framework, so I'd use something like this:

http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&group=component&component=Testing+framework&milestone=1.3&order=priority

Then once you find a ticket that looks interesting, I'd start with the
triage process. The contributing docs are good to read to figure out what
style of patches are good, and what the triage stages look like:

http://docs.djangoproject.com/en/1.2/internals/contributing/#submitting-patches

However, as a quick primer, I'd just look for tickets that are "Accepted",
and if they have a patch, review them. If you think they are ready to go
into trunk (have docs & tests, good style), feel free to mark them as "Ready
For Checkin". This shows a core committer patches that should be checked in
soon.

If you find something without a patch, I'd go ahead and confirm that the
issue is real, and then go ahead and try to fix it! Looking through Django's
source and fixing things is usually good fun.

In the spirit of Wikipedia, "Be Bold".

Cheers,
Eric

On Sun, Oct 3, 2010 at 9:11 PM, Laurent Luce <[email protected]>wrote:

> Hello,
>
> I added the localflavor for Belgium as my first contribution. I would
> like to contribute more code wise. I looked at the tickets with
> milestone 1.3 and with no patch. It is hard to know what is critical
> and where help is the most needed.
>
> Can someone tell me what tickets require immediate help and are not
> too complicated for a new contributor. I don't mind spending 2-3 days
> before Oct 18th. I have been using Django for 2 years and I am quite
> familiar with the basics like views, models, templates and forms.
>
> Please let me know.
>
> Laurent
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<django-developers%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/django-developers?hl=en.
>
>


-- 
Eric Holscher
Web Developer at The World Company in Lawrence, Ks
http://ericholscher.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to