Re: New contributor

2023-01-21 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: [new contributor] Where to find resources to make changes to djangoproject.com ?

2019-12-21 Thread Gabriel Augendre
Thanks to both of you for your help, I've been able to push a patch :) See https://github.com/django/django/pull/12238 and https://github.com/django/djangoproject.com/pull/969 Cheers, Gabriel On Friday, December 20, 2019 at 7:54:19 PM UTC+1, Adam Johnson wrote: > > This guide may also be useful

Re: [new contributor] Where to find resources to make changes to djangoproject.com ?

2019-12-20 Thread Adam Johnson
This guide may also be useful: https://docs.djangoproject.com/en/3.0/intro/contributing/ On Fri, 20 Dec 2019 at 14:11, Abhijeet Viswa wrote: > Hey, > > You can find the tutorial for Writing documentation here: > > https://docs.djangoproject.com/en/dev/internals/contributing/writing-documentation

Re: [new contributor] Where to find resources to make changes to djangoproject.com ?

2019-12-20 Thread Abhijeet Viswa
Hey, You can find the tutorial for Writing documentation here: https://docs.djangoproject.com/en/dev/internals/contributing/writing-documentation/ The raw document files are basically text files written using reStructuredText syntax. You can find the inside the docs folder. Just edit the text fil

Re: New contributor to Django with a ticket in mind

2018-01-15 Thread Jatin
Alright, thanks a lot, I will look it up and send a summary here when I have an idea. I have assigned the ticket to myself. I hope this is the right thing to do. Thanks Jatin On Sunday, January 14, 2018 at 11:45:25 PM UTC-8, Carlton Gibson wrote: > > Hi Jatin, Welcome! > > > Can I take this up

Re: New contributor to Django with a ticket in mind

2018-01-14 Thread Carlton Gibson
Hi Jatin, Welcome! > Can I take this up from scratch? I think the short answer there is going to be Yes :-) The history on that ticket is long. (There's the issue over updating primary keys vs how those are handled in the Admin; either seems legitimate.) Once you have an idea it might be wo

Re: New contributor and Git

2013-08-19 Thread Tim Graham
Sounds good, Paul. Starting small is a good way to get started. On Monday, August 19, 2013 5:06:46 PM UTC-4, Paul C. Anagnostopoulos wrote: > > Thanks, Daniele. That looks like good reading. > > I'm making changes to templates/builtins.txt. I can make the html files > and preview my changes in m

Re: New contributor and Git

2013-08-19 Thread Paul C. Anagnostopoulos
Thanks, Daniele. That looks like good reading. I'm making changes to templates/builtins.txt. I can make the html files and preview my changes in my browser. Seems to me it would make sense to contribute just a few changes as a test of submission procedures. Is that a good idea? ~~ Paul -- Y

Re: New contributor and Git

2013-08-19 Thread Daniele Procida
On Mon, Aug 19, 2013, Paul C. Anagnostopoulos wrote: >I'd like to contribute to Django by improving the "Built-in template tags >and filters" document. I forked the Django repository at GitHub. Then I >tried to clone it according to the instructions in "Working with Git and >GitHub." I receive

Re: New contributor and Git

2013-08-19 Thread Paul C. Anagnostopoulos
That appears to have done the trick. Thanks! ~~ Paul -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegroups.com. To

Re: New contributor and Git

2013-08-19 Thread James Pic
GitHub has great http support now, which includes pushes. I think the documentation could mention https git urls everywhere: - let users who know about the benefits of ssh keys use them on their own, - let the others send their GitHub username/password at every push. -- You received this message

Re: New contributor and Git

2013-08-19 Thread Flavia Missi
Hi, It seems you don't have your public key on github. Try to set your upstream url with the read-only url with the following command: $ git remote set-url upstream git://github.com/django/django.git Hope it helps. On Mon, Aug 19, 2013 at 3:24 PM, Paul C. Anagnostopoulos wrote: > Folks, > > I

Re: new contributor

2013-01-17 Thread CJ Goldsmith
There are some great videos that reference this situation if you search for the djangocon 2012 videos -CJ- Sent from my iPhone On Jan 17, 2013, at 7:00 AM, Michael Lauria wrote: > Hi, I'd like to get involved, but I have no idea where to start. Could anyone > suggest something? Thanks in adv

Re: new contributor

2013-01-17 Thread donarb
On Jan 17, 7:00 am, Michael Lauria wrote: > Hi, I'd like to get involved, but I have no idea where to start. Could > anyone suggest something? Thanks in advance. https://code.djangoproject.com/#Gettinginvolved -- You received this message because you are subscribed to the Google Groups "Django

Re: new contributor

2013-01-17 Thread Aymeric Augustin
Le 17 janv. 2013 à 16:00, Michael Lauria a écrit : > Hi, I'd like to get involved, but I have no idea where to start. Could anyone > suggest something? Thanks in advance. Hi Michael, The documentations contains a wealth of information about getting involved: https://docs.djangoproject.com/en/d