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

New contributor

2023-01-20 Thread Muhammad Hassan
Hi Every One, I want to contribute. Please assign me a task or issue. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to djan

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

2019-12-21 Thread Gabriel Augendre
t the changes to the text files and make a PR. >> >> Cheers. >> >> On Fri, 20 Dec 2019 at 18:03, Gabriel Augendre > > wrote: >> > >> > Hello there ! >> > >> > I'm not a beginner in software development but I'm a new contrib

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

2019-12-20 Thread Adam Johnson
PR. > > Cheers. > > On Fri, 20 Dec 2019 at 18:03, Gabriel Augendre > wrote: > > > > Hello there ! > > > > I'm not a beginner in software development but I'm a new contributor to > Django and I took this ticket from Trac : > https://code.djangopro

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

2019-12-20 Thread Abhijeet Viswa
files and then build the docs and see preview your changes. Commit the changes to the text files and make a PR. Cheers. On Fri, 20 Dec 2019 at 18:03, Gabriel Augendre wrote: > > Hello there ! > > I'm not a beginner in software development but I'm a new contributor to &g

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

2019-12-20 Thread Gabriel Augendre
Hello there ! I'm not a beginner in software development but I'm a new contributor to Django and I took this ticket from Trac : https://code.djangoproject.com/ticket/30780 I made some progress creating a floating button to link to the FAQ but I'm having trouble finding wh

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

New contributor to Django with a ticket in mind

2018-01-14 Thread Jatin
Hello everyone, I have been a long time user of Django and figured I could probably contribute a little back to the project by contributing some code. Is it possible for me to take up this ticket? https://code.djangoproject.com/ticket/2259 I see this was opened quite a while back a

Question on documentation (new contributor)

2017-09-10 Thread Israel Fermin Montilla
Hello guys! I'm a new guy who wants to help and contribute to Django. I'm taking care of this ticket https://code.djangoproject.com/ticket/28539, it has to do with documentation, the person who submitted it added a patch already. He added some documentation to the Remote User Authentication

Re: Easy pickings are not that easy for a new contributor

2017-09-09 Thread Asif Saifuddin
You should read the comments on the specific tickets opened for long under specific components first. and if there isn't any activities for long ask for take over the issue if that suits you. On Wednesday, September 6, 2017 at 4:44:19 PM UTC+6, Alexander Lyabah wrote: > > > look at tests, as you

Re: Easy pickings are not that easy for a new contributor

2017-09-06 Thread Alexander Lyabah
> look at tests, as you suggest A quick question around this one. If someone accept the ticket and working on it, what is the best way to join and start working on tickets? Should I ask directly on github? On Tuesday, September 5, 2017 at 5:06:20 PM UTC+3, Daniele Procida wrote: > > On Tue, Se

Re: Easy pickings are not that easy for a new contributor

2017-09-06 Thread Alexander Lyabah
> see if you can collaborate with someone who is already working on something, so that even if the issue is a larger one, there might be a more manageable part of it you can tackle. I like the idea of collaboration with someone, since it give me an opportunity to learn more. How can I find one

Re: Easy pickings are not that easy for a new contributor

2017-09-05 Thread Tim Graham
I recommend narrowing down the huge number of tickets using the "Component" category in Trac. Look at https://code.djangoproject.com/query?status=assigned&status=new&component=contrib.admin&stage=Accepted&col=id&col=summary&col=status&col=owner&col=type&col=version&desc=1&order=id and pick a Co

Re: Easy pickings are not that easy for a new contributor

2017-09-05 Thread Adam Johnson
There are also some other repos in the Django organization on GitHub that could do with some love: https://github.com/django . For example localflavor and formtools, which were removed from Django core, still have some users and you might something to work on there. On 5 September 2017 at 15:06, D

Re: Easy pickings are not that easy for a new contributor

2017-09-05 Thread Daniele Procida
On Tue, Sep 5, 2017, Alexander Lyabah wrote: >A lot of articles that I've read say that I should start with ticket from >Easy pickings. >The problem is that there are not that many tickets I can choose from. All >of them are already assign. > >Maybe I can start with writing tests? > >What shou

Easy pickings are not that easy for a new contributor

2017-09-05 Thread Alexander Lyabah
Hi guys, A lot of articles that I've read say that I should start with ticket from Easy pickings https://code.djangoproject.com/query?status=assigned&status=new&easy=1&stage=Accepted&col=id&col=summary&col=status&col=owner&col=type&col=component&col=version&col=changetime&desc=1&order=id The p

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

New contributor and Git

2013-08-19 Thread Paul C. Anagnostopoulos
Folks, 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 received: The authenticity of host 'github.com (204.232.1

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

new contributor

2013-01-17 Thread Michael Lauria
Hi, I'd like to get involved, but I have no idea where to start. Could anyone suggest something? Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.google.com/d/msg/d