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
How to contibute to Django
Search
asendecka
February 15, 2014
Programming
2
400
How to contibute to Django
Short intro to contributing to Django done at 3rd Django Sprint in Kraków
asendecka
February 15, 2014
Tweet
Share
More Decks by asendecka
See All by asendecka
Code Review And Why Are We Wrong About It And How To Use It To Our Advantage
asendecka
2
430
Anatomy Of A Code Review
asendecka
9
1k
Into the Rabbit Hole
asendecka
3
1.8k
Other Decks in Programming
See All in Programming
Honoをフロントエンドで使う 3つのやり方
yusukebe
4
2.1k
CI改善もDatadogとともに
taumu
0
110
Amazon ECS とマイクロサービスから考えるシステム構成
hiyanger
2
490
chibiccをCILに移植した結果 (NGK2025S版)
kekyo
PRO
0
210
XStateを用いた堅牢なReact Components設計~複雑なClient Stateをシンプルに~ @React Tokyo ミートアップ #2
kfurusho
1
770
AWSマネコンに複数のアカウントで入れるようになりました
yuhta28
2
160
Rails アプリ地図考 Flush Cut
makicamel
1
110
iOSエンジニアから始める visionOS アプリ開発
nao_randd
3
120
『GO』アプリ データ基盤のログ収集システムコスト削減
mot_techtalk
0
110
Writing documentation can be fun with plugin system
okuramasafumi
0
120
法律の脱レガシーに学ぶフロントエンド刷新
oguemon
5
730
AHC041解説
terryu16
0
590
Featured
See All Featured
Done Done
chrislema
182
16k
Docker and Python
trallard
44
3.3k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
45
2.3k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
4
400
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
Designing on Purpose - Digital PM Summit 2013
jponch
117
7.1k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
20
2.4k
GraphQLとの向き合い方2022年版
quramy
44
13k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
49
2.3k
A Philosophy of Restraint
colly
203
16k
Transcript
Contributing to Django How to do that?
Visit a link • https://docs.djangoproject.com/en/dev/internals/ contributing/writing-code/unit-tests/ • you should have
it in the email we’ve sent you 2 days ago
None
Follow the instructions
And run all tests!
If you have any problems: ask Tomek for help
or any person sitting nearby!
It’s a good idea to work in pairs!
Find a ticket https://code.djangoproject.com
None
Make sure to read all comments
Login (or sign up)
Assign the ticket to yourself
Start working!
If you have any problem: ask!
If you are done • make a pull request… look
at “Working with Git and GitHub” https:// docs.djangoproject.com/en/dev/internals/ contributing/writing-code/working-with-git/ • or create a patch and upload it under the ticket
All info about contributing to Django is here: • https://docs.djangoproject.com/en/dev/internals/
contributing/
Have fun!