Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Helping Open Source
Search
Arun Ravindran
August 23, 2015
Programming
0
39
Helping Open Source
How to contribute to Open Source. Presenting at Djangothon India at Hacker Earth on 24 Aug 2015
Arun Ravindran
August 23, 2015
Tweet
Share
Other Decks in Programming
See All in Programming
20260315 AWSなんもわからん🥲
chiilog
2
160
守る「だけ」の優しいEMを抜けて、 事業とチームを両方見る視点を身につけた話
maroon8021
3
1.1k
Kubernetesでセルフホストが簡単なNewSQLを求めて / Seeking a NewSQL Database That's Simple to Self-Host on Kubernetes
nnaka2992
0
160
コードレビューをしない選択 #でぃーぷらすトウキョウ
kajitack
3
1k
AWS Infrastructure as Code の新機能 2025 総まとめ 〜SA 4人による怒涛のデモ祭り〜
konokenj
10
3.4k
Vuetify 3 → 4 何が変わった?差分と移行ポイント10分まとめ
koukimiura
0
150
CDIの誤解しがちな仕様とその対処TIPS
futokiyo
0
220
new(1.26) ← これすき / kamakura.go #8
utgwkk
0
2.5k
Agentic AI: Evolution oder Revolution
mobilelarson
PRO
0
190
Claude Codeログ基盤の構築
giginet
PRO
7
3.4k
RAGでハマりがちな"Excelの罠"を、データの構造化で突破する
harumiweb
9
2.9k
米国のサイバーセキュリティタイムラインと見る Goの暗号パッケージの進化
tomtwinkle
2
610
Featured
See All Featured
sira's awesome portfolio website redesign presentation
elsirapls
0
190
<Decoding/> the Language of Devs - We Love SEO 2024
nikkihalliwell
1
160
Why You Should Never Use an ORM
jnunemaker
PRO
61
9.8k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
254
22k
Facilitating Awesome Meetings
lara
57
6.8k
The innovator’s Mindset - Leading Through an Era of Exponential Change - McGill University 2025
jdejongh
PRO
1
130
How to build a perfect <img>
jonoalderson
1
5.3k
Why Your Marketing Sucks and What You Can Do About It - Sophie Logan
marketingsoph
0
110
A brief & incomplete history of UX Design for the World Wide Web: 1989–2019
jct
1
320
30 Presentation Tips
portentint
PRO
1
250
SEO Brein meetup: CTRL+C is not how to scale international SEO
lindahogenes
1
2.4k
The browser strikes back
jonoalderson
0
810
Transcript
Helping Open Source Arun Ravindran @arocks
WE NEED YOU!... FOR OPEN SOURCE
• Am I allowed? • Beyond me? • Will they
get offended? • My code isn’t good enough • Someone else will fix it They are all wrong… Common Excuses for NOT Contributing
Working in GitHub • Include usual stuff ◦ README ◦
License ◦ Docs ◦ Tests • Create Issues !! ◦ Check before you submit • Write Pull Requests ◦ Fork into yours ◦ Clone locally ◦ Use common idioms ◦ Create branch ◦ Run tests
Contributing to Django Report bugs in Django’s ticket tracker Share
ideas at django-developers mailing list Submit patches (low-hanging in easy pickings) Improve docs or tests Review patches