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
いりゃあせ、PHPカンファレンス名古屋2025 / Welcome to PHP Conference Nagoya 2025
ttskch
1
240
混沌とした例外処理とエラー監視に秩序をもたらす
morihirok
19
3.4k
JavaScriptツール群「UnJS」を5分で一気に駆け巡る!
k1tikurisu
10
1.7k
個人アプリを2年ぶりにアプデしたから褒めて / I just updated my personal app, praise me!
lovee
0
320
ESLintプラグインを使用してCDKのセオリーを適用する
yamanashi_ren01
2
460
Pythonでもちょっとリッチな見た目のアプリを設計してみる
ueponx
1
310
Amazon Bedrock Multi Agentsを試してきた
tm2
1
270
最近のVS Codeで気になるニュース 2025/01
74th
1
240
chibiccをCILに移植した結果 (NGK2025S版)
kekyo
PRO
0
190
ErdMap: Thinking about a map for Rails applications
makicamel
1
1.3k
Amazon Nova Reelの可能性
hideg
0
280
ecspresso, ecschedule, lambroll を PipeCDプラグインとして動かしてみた (プロトタイプ) / Running ecspresso, ecschedule, and lambroll as PipeCD Plugins (prototype)
tkikuc
2
3.2k
Featured
See All Featured
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
49
2.2k
Fashionably flexible responsive web design (full day workshop)
malarkey
406
66k
Embracing the Ebb and Flow
colly
84
4.5k
Adopting Sorbet at Scale
ufuk
74
9.2k
Fireside Chat
paigeccino
34
3.2k
Designing on Purpose - Digital PM Summit 2013
jponch
117
7.1k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
What's in a price? How to price your products and services
michaelherold
244
12k
Art, The Web, and Tiny UX
lynnandtonic
298
20k
GitHub's CSS Performance
jonrohan
1030
460k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.2k
Building Adaptive Systems
keathley
39
2.4k
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!