Though contribution sound big, its process require many tiny step composed up for single PR. I hope my reflection journey of Django contribution via Djangonaut program will inspire anyone who want to contribute to open source. Introduction When I surfed website before coding-ere. There was always a question; How was these website created? Such question was clarified during my first web-programming. We have to write HTML/CSS and Javascript. Then we plugged it to server-side application . Well, I accidentally came across open-source framework, Django , because of admin feature my client requested 5 years ago. Contribution Challenge As you may know, using open source and contributing to it are totally different. I thought it include: reading contribution.md, select an issue, fixing thing, open pull request, then boom! merged!!! Well, that's 50% true. But less people talks about hidden parts. So many times there are; Feeling nervous to select an issue because good-first-issue are occupied so quick.…