Re: How to Get Started with Contribution

2021-12-14 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 with the code base (for documentation or code),
check out the “Advice for New Contributors” section:
https://docs.djangoproject.com/en/stable/internals/contributing/new-contributors/
. Then see if you can work through the “Writing Your First Patch” tutorial:
https://docs.djangoproject.com/en/stable/intro/contributing/ .

If you get stuck or have questions, post back here or in the “Mentorship”
section on the forum:
https://forum.djangoproject.com/c/internals/mentorship/10

Hope that helps,

Adam

On Tue, 14 Dec 2021 at 06:49, V Krishnasubramaniam 
wrote:

> Respected Sir/Madam,
>
> I am V Krishnasubramaniam, a Third Year undergraduate student in Mumbai
> University.
>
> My proficiency in technical skills are as follows:
> Languages: Java, Python, C, HTML, CSS, Javascript, PHP, SQL
> Frameworks: Laravel, Flask, Swing, Hibernate ORM, Maven
> DevOps: Docker, Jenkins
> Specialties: OOP concepts, Data Structures & Algorithms
>
> I would love to contribute in Django. It would be very helpful if you
> could give directions on where to begin contributing.
>
> Hoping to hear from you soon.
>
> Regards,
> V Krishnasubramaniam
>
> --
> 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 django-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/3c983b09-c8ad-4101-b465-17b5975681b8n%40googlegroups.com
> 
> .
>

-- 
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 django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAMyDDM0JJPbbc4yOmDf2xJg7ROEXdYiz-5u8qxc13wGCkSBsRA%40mail.gmail.com.


How to Get Started with Contribution

2021-12-14 Thread V Krishnasubramaniam
Respected Sir/Madam,

I am V Krishnasubramaniam, a Third Year undergraduate student in Mumbai 
University. 

My proficiency in technical skills are as follows:
Languages: Java, Python, C, HTML, CSS, Javascript, PHP, SQL
Frameworks: Laravel, Flask, Swing, Hibernate ORM, Maven
DevOps: Docker, Jenkins
Specialties: OOP concepts, Data Structures & Algorithms

I would love to contribute in Django. It would be very helpful if you could 
give directions on where to begin contributing.

Hoping to hear from you soon.

Regards,
V Krishnasubramaniam

-- 
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 django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/3c983b09-c8ad-4101-b465-17b5975681b8n%40googlegroups.com.


Re: How to get started with contribution

2021-11-24 Thread Manav Agarwal
I think this link may help:
https://docs.djangoproject.com/en/dev/internals/contributing/

On Wed, Nov 24, 2021, 7:33 PM shahil ramchandani <
shahilramchand...@gmail.com> wrote:

> Respected Sir/Madam,
> I am Sahil Ramchandani, a Electrical Engineering undergraduate, I am in
> Government Engineering Collage - Rajkot(GTU) in my second year. I am new to
> open source contributions but I am well aware of python and currently
> learning Django framework. I would love to contribute to your organization
> but could you please tell me how to get started?
> Hoping to hear from you soon.
> Regards
> Sahil
>
> --
> 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 django-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/84bebe4d-5a57-4957-8341-ef811ad0115an%40googlegroups.com
> 
> .
>

-- 
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 django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CACbxD0CvRX%3D9CcP6w_Fq-myihjx5YEok%2B417V7%2BVJj7sTnHaLA%40mail.gmail.com.


How to get started with contribution

2021-11-24 Thread shahil ramchandani
Respected Sir/Madam,
I am Sahil Ramchandani, a Electrical Engineering undergraduate, I am in 
Government Engineering Collage - Rajkot(GTU) in my second year. I am new to 
open source contributions but I am well aware of python and currently 
learning Django framework. I would love to contribute to your organization 
but could you please tell me how to get started?
Hoping to hear from you soon.
Regards
Sahil

-- 
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 django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/84bebe4d-5a57-4957-8341-ef811ad0115an%40googlegroups.com.


Re: How to get started with contribution

2021-11-21 Thread dhruv...@gmail.com
I will say that standard way to start contributing into open source is same 
and are as follow;

   - Read the code of conduct provided by community for the project you 
   want to contribute, for django specifically you can use 
   https://docs.djangoproject.com/en/3.2/internals/contributing/ . I will 
   recommend read carefully the part with Code styling, testing and pull 
   request as headings, though all of it is important.
   - Try to watch the issue raised by other people in community under the 
   heading ISSUES on GitHub,And understand how to raise issue or bugs or new 
   features and solutions provided in subsequent comment on that.
   - Look for issue/bug that you think can resolve and ask community if you 
   could provide solution Of same, then after you to follow steps mentioned in 
   Contribution Guide.


I will recommend try building some projects on Django before getting 
started to contribute, because
That way you will understand the context of discussion in issues comments 
and also help you give a
Better solution.

On Saturday, November 20, 2021 at 8:29:03 PM UTC+5:30 asmaibr...@gmail.com 
wrote:

> Respected Sir/madam,
> I am Asma Butt, a computer science undergrad,I have just entered my third 
> year at BSCS (UET).I am new to open source contributions but I am well 
> aware of python and currently learning django framework.I would love to 
> contribute to your organization but could you please tell me how to get 
> started?
> Hoping to hear from you soon.
> Regards
> Asma 
>

-- 
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 django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/5e55fbf2-7395-43fe-acaa-c7e8cbf11512n%40googlegroups.com.


Re: How to get started with contribution.

2021-11-21 Thread dhruv...@gmail.com
I will the standard way to start contributing into open source is same and 
are as follow;

   - Read the code of conduct provided by community for the project you 
   want to contribute, for django specifically you can use 
   https://docs.djangoproject.com/en/3.2/internals/contributing/ . I will 
   recommend read carefully the part with Code styling, testing and pull 
   request as headings, though all of it is important.
   - Try to watch the issue raised by other people in community under the 
   heading ISSUES on GitHub,And understand how to raise issue or bugs or new 
   features and solutions provided in subsequent comment on that.
   - Look for issue/bug that you think can resolve and ask community if you 
   could provide solution Of same, then after you to follow steps mentioned in 
   Contribution Guide.


I will recommend try building some projects on Django before getting 
started to contribute, because
That way you will understand the context of discussion in issues comments 
and also help you give a
Better solution.

On Saturday, November 20, 2021 at 8:29:03 PM UTC+5:30 vinayaks...@gmail.com 
wrote:

> Respected Sir/Madam,
> My name is Vinayak Ravi Saxena,  a computer science undergraduate, I have 
> just entered my final year at Lovely Professional University.
> I am a newbie at open source and looking forward to starting my 
> open-source journey with your organization.
> I am proficient in C++, Python, HTML, CSS, Bootstrap, JavaScript, React, 
> Django, Flask, and Flutter and have good knowledge about MongoDB, SQL, 
> Node.js.
> Could you please help me in getting started?
> Hoping to hear from you soon.
> Regards,
> Vinayak
>

-- 
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 django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/3c73dc7c-4aac-4331-b2df-5fe83e71caf8n%40googlegroups.com.


How to get started with contribution

2021-11-20 Thread Asma Butt
Respected Sir/madam,
I am Asma Butt, a computer science undergrad,I have just entered my third 
year at BSCS (UET).I am new to open source contributions but I am well 
aware of python and currently learning django framework.I would love to 
contribute to your organization but could you please tell me how to get 
started?
Hoping to hear from you soon.
Regards
Asma 

-- 
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 django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/3d738bcf-81ca-4e44-9ef4-e5b1a37e02b0n%40googlegroups.com.


How to get started with contribution.

2021-11-20 Thread Vinayak Saxena
Respected Sir/Madam,
My name is Vinayak Ravi Saxena,  a computer science undergraduate, I have 
just entered my final year at Lovely Professional University.
I am a newbie at open source and looking forward to starting my open-source 
journey with your organization.
I am proficient in C++, Python, HTML, CSS, Bootstrap, JavaScript, React, 
Django, Flask, and Flutter and have good knowledge about MongoDB, SQL, 
Node.js.
Could you please help me in getting started?
Hoping to hear from you soon.
Regards,
Vinayak

-- 
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 django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/7be328e3-7632-489f-b25a-bad026ebb951n%40googlegroups.com.


Re: How to get started with contribution

2021-11-02 Thread Ngô Quang Lợi
hello, I also just entered my second year of college in Information
Technology, I am studying C++ Language, HTML, PHP and I want to learn more
Python and JavaScript, can you and I work together? My name is Loi, I come
from Viet Nam, nice to meet you.

Vào 1:07, Th 6, 29 thg 10, 2021 Sudhanshu Gupta 
đã viết:

> Respected sir/madam,
> I am Sudhanshu gupta, a electronics undergrad, Ihave just entered my
> second year at bangalore institute of technology (BIT). I am new to open
> source contributions but I am well aware of python and django. I
> would love to contribute to your organisation but could you please tell me
> how to get started?
> Hoping to hear from you soon.
> Regards
> Sudhanshu
>
> --
> 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 django-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/bc727963-c842-4141-9544-b6c9c7025e41n%40googlegroups.com
> 
> .
>

-- 
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 django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAGn2oWG9TcgXCo-ydHBHQpcai5pH8UB1suGy55tZXKQ12Vos7g%40mail.gmail.com.


Re: How to get started with contribution.

2021-10-31 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi Deeksha,

There’s a wealth of information on contributing in this guide:
https://docs.djangoproject.com/en/dev/internals/contributing/ . Check it
out, happy to answer any questions.

Thanks,

Adam

On Sun, 31 Oct 2021 at 06:53, Deeksha Jagtap 
wrote:

> Hello,
> I am Deeksha Jagtap, entered my third year.I have knowledge about python.
> I am new to open source contributions but I would love to contribute to
> your organization so please guide me on how to get started?
> Regards
> Deeksha
>
> --
> 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 django-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/1cbfd37e-e2e0-4bb5-ada9-a16866979730n%40googlegroups.com
> 
> .
>

-- 
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 django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAMyDDM1sLHo2CtTAFU7gWn0wA-B75xRo_TBFy_HmT_JsRcEbjA%40mail.gmail.com.


How to get started with contribution.

2021-10-31 Thread Deeksha Jagtap
Hello,
I am Deeksha Jagtap, entered my third year.I have knowledge about python. I 
am new to open source contributions but I would love to contribute to your 
organization so please guide me on how to get started?
Regards
Deeksha

-- 
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 django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/1cbfd37e-e2e0-4bb5-ada9-a16866979730n%40googlegroups.com.


Re: How to get started with contribution.

2021-10-30 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi Mayank

The place to get started is the contributing guide:
https://docs.djangoproject.com/en/dev/internals/contributing/ . Give this a
read, happy to answer any questions.

Thanks,

Adam

On Fri, 29 Oct 2021 at 22:25, Mayank Sharma  wrote:

> Respected Sir/madam,
> I am Mayank Sharma, a Computer science student, entered my second year. I
> am new to open source contributions but I would love to contribute to your
> organisation so please guide me how to get started?
> Regards
> Mayank
>
> --
> 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 django-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/6d6071dc-4ed8-47ad-aacb-d9c55caa1660n%40googlegroups.com
> 
> .
>

-- 
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 django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAMyDDM18ryk2Vf-gORkpj%2B1XccQYfUt8dkriLGUG-t%2BNkKi-ZA%40mail.gmail.com.


How to get started with contribution.

2021-10-29 Thread Mayank Sharma
Respected Sir/madam,
I am Mayank Sharma, a Computer science student, entered my second year. I 
am new to open source contributions but I would love to contribute to your 
organisation so please guide me how to get started?
Regards
Mayank 

-- 
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 django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/6d6071dc-4ed8-47ad-aacb-d9c55caa1660n%40googlegroups.com.


Re: How to get started with contribution

2021-10-29 Thread Manav Agarwal
Hey Sudhanshu,
Start with Git/GitHub and then Have a good hands-on with Django. After
that, you may visit Contributing to Django | Django documentation | Django
(djangoproject.com)
 to get
started with contributing to Django.
Let me know if I can help in any other way.

On Thu, Oct 28, 2021 at 11:37 PM Sudhanshu Gupta 
wrote:

> Respected sir/madam,
> I am Sudhanshu gupta, a electronics undergrad, Ihave just entered my
> second year at bangalore institute of technology (BIT). I am new to open
> source contributions but I am well aware of python and django. I
> would love to contribute to your organisation but could you please tell me
> how to get started?
> Hoping to hear from you soon.
> Regards
> Sudhanshu
>
> --
> 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 django-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/bc727963-c842-4141-9544-b6c9c7025e41n%40googlegroups.com
> 
> .
>


-- 
Regards
Manav Agarwal

[image: https://www.linkedin.com/in/manav-agarwal-982553190/]


*"If your actions inspire others to dream more, learn more, do more and
become more, you are a leader.”*

-- 
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 django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CACbxD0DgKoeu-9pnuk1ePNnDQ6RuH_uXddmYbDeJ4n-vW0LQhg%40mail.gmail.com.


How to get started with contribution

2021-10-28 Thread Sudhanshu Gupta
Respected sir/madam,
I am Sudhanshu gupta, a electronics undergrad, Ihave just entered my 
second year at bangalore institute of technology (BIT). I am new to open 
source contributions but I am well aware of python and django. I 
would love to contribute to your organisation but could you please tell me 
how to get started?
Hoping to hear from you soon.
Regards
Sudhanshu

-- 
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 django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/bc727963-c842-4141-9544-b6c9c7025e41n%40googlegroups.com.