Re: Suggestion for starting contribution to Django

2020-09-03 Thread Shekhar Gyanwali
Hi Faraz, Django Chat podcast episode *Contributing to Django * helped me a lot, where Carlton and Will talked about how the journey could be like for the beginners. Hope that helps. Cheers Shekhar On Fri, Sep 4, 2020 at 4:58 AM Faraz Khan wrote: > T

Re: Suggestion for starting contribution to Django

2020-09-03 Thread Faraz Khan
Thank you ! I'll look into this. On Thu, Sep 3, 2020 at 10:59 PM Carlton Gibson wrote: > > Here’s a link to the issue tracker, showing the open tickets for > contrib.staticfiles. > > Of course I then fail to paste the link. 🙃 > > Here’s the link: > > https://code.djangoproject.com/query?status=a

Re: Suggestion for starting contribution to Django

2020-09-03 Thread Carlton Gibson
> Here’s a link to the issue tracker, showing the open tickets for contrib.staticfiles. Of course I then fail to paste the link. 🙃 Here’s the link: https://code.djangoproject.com/query?status=assigned&status=new&component=contrib.staticfiles&col=id&col=summary&col=status&col=component&col=owne

Re: Suggestion for starting contribution to Django

2020-09-03 Thread Carlton Gibson
Hi Hasan. Welcome. Let’s see if we can get you started. Begin with the Contributing Guide: https://docs.djangoproject.com/en/3.1/internals/contributing/ You don’t have to read it all to start. 🙂 Checkout the Advice for New Contributors, and then see if you can get set-up with the Unit Tests.