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
410
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
440
Anatomy Of A Code Review
asendecka
9
1.1k
Into the Rabbit Hole
asendecka
3
1.9k
Other Decks in Programming
See All in Programming
ビルドプロセスをデバッグしよう!
yt8492
0
300
Module Harmony
petamoriken
1
160
Swift Concurrency 年表クイズ
omochi
3
230
例外処理を理解して、設計段階からエラーを見つけやすく、起こりにくく #phpconfuk
kajitack
12
5.8k
The Missing Link in Angular's Signal Story: Resource API and httpResource
manfredsteyer
PRO
0
110
AsyncSequenceとAsyncStreamのプロポーザルを全部読む!!
s_shimotori
1
280
ネストしたdata classの面倒な更新にさようなら!Lensを作って理解するArrowのOpticsの世界
shiita0903
1
320
しっかり学ぶ java.lang.*
nagise
1
270
DartASTとその活用
sotaatos
2
110
競馬で学ぶ機械学習の基本と実践 / Machine Learning with Horse Racing
shoheimitani
10
9.5k
2025 컴포즈 마법사
jisungbin
0
110
Kotlin + Power-Assert 言語組み込みならではのAssertion Library採用と運用ベストプラクティス by Kazuki Matsuda/Gen-AX
kazukima
0
110
Featured
See All Featured
The Language of Interfaces
destraynor
162
25k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
253
22k
Why Our Code Smells
bkeepers
PRO
340
57k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
jQuery: Nuts, Bolts and Bling
dougneiner
65
8k
Stop Working from a Prison Cell
hatefulcrawdad
272
21k
Context Engineering - Making Every Token Count
addyosmani
9
380
How to Think Like a Performance Engineer
csswizardry
28
2.3k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
130k
A designer walks into a library…
pauljervisheath
210
24k
Building Applications with DynamoDB
mza
96
6.7k
Build The Right Thing And Hit Your Dates
maggiecrowley
38
2.9k
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!