Your first django PR - from scratch to improved patch
dev.to·1d·
Discuss: DEV
Flag this post

A complete walkthrough

You are ready to contribute code to Django, but you feel overwhelmed by the contributing documentation? You wish there was a step-by-step walkthrough from setting up your local environment to making your first pull request? This tutorial is for you.

I recently made my first pull request to Django. Actually, it was the first pull request I ever made, since I had mainly worked on one-person-projects before. As I went along,I documented the steps, including links to the relevant documentation pages. I started from an existing patch that needed improvement, which is an approach that I recommend for your first ticket.

In this tutorial, we will focus on the git/github workflow. For additional aspects, such as working with Django’s ticket system, please also see…

Similar Posts

Loading similar posts...