Re: Beginner-friendly issue to start contributing to codebase

2020-02-07 Thread Carlton Gibson
Yes, you can assign it to yourself. If you get stuck, post of the forum.djangoproject.com Mentorship topic. Welcome aboard! ⛵️ C. On Fri, 7 Feb 2020 at 11:43, Vibhu Agarwal wrote: > Hi Carlton > > Thanks for finding me this issue. > > I've set up django dev. locally. > I'm looking into this

Re: Beginner-friendly issue to start contributing to codebase

2020-02-07 Thread Vibhu Agarwal
Hi! Thanks for the heads up. I'll remember to reproduce the bug locally, working on latest dev. branch and also ping the owner of ticket before starting to work for the patch. On Thursday, February 6, 2020 at 2:27:00 PM UTC+5:30, Adam Johnson wrote: > > Hi Vibhu > > Thank you for your

Re: Beginner-friendly issue to start contributing to codebase

2020-02-07 Thread Vibhu Agarwal
Hi Carlton Thanks for finding me this issue. I've set up django dev. locally. I'm looking into this issue now and I'll try to submit a patch asap :) Should I claim this ticket? On Thursday, February 6, 2020 at 2:25:08 PM UTC+5:30, Carlton Gibson wrote: > > Hi Vibhu > > Take a look at:

Re: Beginner-friendly issue to start contributing to codebase

2020-02-06 Thread Adam Johnson
Hi Vibhu Thank you for your documentation improvements. There are certainly many more bigger improvements that can be made. For similar small typo fixes in the future, you can just directly submit a PR rather than do all the paperwork of adding an issue. Yes, "easy pickings" tickets get resolved

Re: Beginner-friendly issue to start contributing to codebase

2020-02-06 Thread Carlton Gibson
Hi Vibhu Take a look at: https://code.djangoproject.com/ticket/29446 Create a venv. Install your checkout of Django (with `pip install -e path/to/django`) Create a test project with a simple template view. Pass a callable that raises an error to the template. See the debug view. It should show

Re: Beginner-friendly issue to start contributing to codebase

2020-02-05 Thread Fran Hrženjak
Just a quick note: issues that have an owner but weren’t updated in a reasonably long time are usually open for taking. It is probably polite to ask the owner first, because maybe they just resumed working on the issue yesterday :) What is “reasonably long time” is probably open to interpretation,

A beginner-friendly issue to start contributing to codebase

2020-02-05 Thread Vibhu Agarwal
Hi! I'm Vibhu, currently an undergraduate. I've been working with Django for over a year now. And for a long time, I've been wanting to contribute to it as well. So I followed a few links shared repeatedly in the mailing list, like: -

Beginner-friendly issue to start contributing to codebase

2020-02-05 Thread Vibhu Agarwal
Hi! I'm Vibhu, currently an undergraduate. I've been working with Django for over a year now. And for a long time, I've been wanting to contribute to Django as well. So I followed a few links shared repeatedly in the mailing list, like: -