Re: getting started with contributions

2022-01-04 Thread Vanshita Rathore
Hello Adam This helps a lot I will get started as soon as possible and ask for your guidance along the way Regards Vanshita On Tue, 4 Jan 2022, 15:31 'Adam Johnson' via Django developers (Contributions to Django itself), wrote: > Welcome! > > There are many different ways to contribute to Djang

Re: getting started with contributions

2022-01-04 Thread Vijayant Shrivastav
Hi Adam, I also want to start my contribution journey, can I follow up the same details. Thanks and Regards Vijayant On Tue, Jan 4, 2022 at 3:31 PM 'Adam Johnson' via Django developers (Contributions to Django itself) wrote: > Welcome! > > There are many different ways to contribute to Django

Re: getting started with contributions

2022-01-04 Thread Vanshita Rathore
Thank you for your time , I will get started as soon as possible . On Tue, 4 Jan 2022, 04:24 Ayush, wrote: > Did you look at the issue tracker? Choose the "Easy Pickings" Tickets > from there > that will help you get familiar with djan

Re: getting started with contributions

2022-01-04 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Welcome! There are many different ways to contribute to Django - the forum, blogging, translating, documenting, writing code, and more. Our Contributing Guide can help you get started with many of these: https://docs.djangoproject.com/en/stable/internals/contributing/ If you’re looking to work wi

Re: getting started with contributions

2022-01-03 Thread Ayush
Did you look at the issue tracker? Choose the "Easy Pickings" Tickets from there that will help you get familiar with django but before writing any actual code or documentation you must know what's going on in here if you don't then freec

Re: Getting Started.

2020-12-28 Thread vamshi krishna janumpally
Hey tossouvinc...@gmail.com , good to know that. On Sunday, December 27, 2020 at 1:12:51 AM UTC+5:30 tossouvinc...@gmail.com wrote: > Hi, I'm Web Front developer! > > Le sam. 26 déc. 2020 à 18:53, vamshi krishna janumpally < > vamshigu...@gmail.com> a écrit : > >> Hey guys, getting started wit

Re: Getting Started.

2020-12-28 Thread vamshi krishna janumpally
Thank you Adam. Just looking any contributor's experience, how did they begin? Thanks for the link. I'll check it out. On Monday, December 28, 2020 at 2:36:59 AM UTC+5:30 Adam Johnson wrote: > Hi Vamshi!, > > Did you check out the contributing guide? > https://docs.djangoproject.com/en/3.1/int

Re: Getting Started.

2020-12-28 Thread vamshi krishna janumpally
Thanks Adam, will check it out. On Monday, December 28, 2020 at 2:36:59 AM UTC+5:30 Adam Johnson wrote: > Hi Vamshi!, > > Did you check out the contributing guide? > https://docs.djangoproject.com/en/3.1/internals/contributing/ > > It should have all you need to know to get going. > > Thanks, >

Re: Getting Started.

2020-12-27 Thread Adam Johnson
Hi Vamshi!, Did you check out the contributing guide? https://docs.djangoproject.com/en/3.1/internals/contributing/ It should have all you need to know to get going. Thanks, Adam On Sat, 26 Dec 2020 at 19:35, Vincent TOSSOU < tossouvincentsonag...@gmail.com> wrote: > Hi, I'm Web Front develop

Re: Getting Started.

2020-12-26 Thread Vincent TOSSOU
Hi, I'm Web Front developer! Le sam. 26 déc. 2020 à 18:53, vamshi krishna janumpally < vamshiguptha1...@gmail.com> a écrit : > Hey guys, getting started with open source contribution. I would like to > contribute to the Django community. Any help regarding getting started > would be greatly appr

Re: getting started

2018-07-03 Thread Adam Johnson
Django has a long guide about getting started: https://docs.djangoproject.com/en/dev/internals/contributing/ On Tue, 3 Jul 2018 at 15:09, wrote: > how can i start to contribute ...to open source > > -- > You received this message because you are subscribed to the Google Groups > "Django develope

Re: Getting Started with Open Source and Finding a mentor

2017-06-26 Thread Tim Graham
You can use this mailing list: https://groups.google.com/forum/#!forum/django-core-mentorship It would be helpful to say what issue you're working on and the specifics of what help or advice you need. On Friday, June 23, 2017 at 10:35:58 PM UTC-4, Irindu Nugawela wrote: > > Hi, I am a computer

Re: Getting started : Contributing to Django

2015-02-07 Thread Tim Graham
A good place to start is reading the contributing documentation: https://docs.djangoproject.com/en/dev/internals/contributing/ The next step is to find a ticket in the area you are interested in and then either: 1) review the existing patch if there is one, 2) improve an existing patch if it has

Re: Getting started in Django development.

2007-02-13 Thread zbelzer
I had a chance to read all of the articles you guys pointed out and they helped tremendously. I'll take a look at some tickets and the documentation on how I should go about fixing/submitting later today (after some sleep and class). I really feel like I have a much better idea now, so thank you

Re: Getting started in Django development.

2007-02-12 Thread Malcolm Tredinnick
On Mon, 2007-02-12 at 06:56 +, zbelzer wrote: > Hi all. > > I've been learning about and working with Django for a little while > now and I have decided that I would like to help contribute to the > project and community. I'm decent with python, but I still find that > looking through the ent

Re: Getting started in Django development.

2007-02-12 Thread zbelzer
Thanks everyone! I'll look into all your suggestions tonight after work (I'm so sick of PHP). I appreciate the help, Zach --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this

Re: Getting started in Django development.

2007-02-12 Thread Steven Armstrong
zbelzer wrote: > Hi all. > > I've been learning about and working with Django for a little while > now and I have decided that I would like to help contribute to the > project and community. I'm decent with python, but I still find that > looking through the entire code base is pretty intimidatin

Re: Getting started in Django development.

2007-02-12 Thread Michael Radziej
Hi, I'd like to add that you can learn a lot by looking into the existing tickets, and try to follow what they do. Some areas are hard to follow, others quite easy, poke a bit around to find what you like. It would be a great contribution if you could look into the approved tickets that need tes

Re: Getting started in Django development.

2007-02-11 Thread James Bennett
On 2/12/07, zbelzer <[EMAIL PROTECTED]> wrote: > The question I have is where does one begin on figuring out how things > work in detail (behind the scenes) and where I should start in trying > to contribute. Do I try to follow the execution of something like > syncdb or do I start somewhere else?