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 contribute to Symfony and why you shou...
Search
Valentin Udaltsov
November 21, 2019
Programming
840
1
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
How to contribute to Symfony and why you should give it a try
Valentin Udaltsov
November 21, 2019
Other Decks in Programming
See All in Programming
20260623_Loop Engineeringで自分の分身の問い合わせBotを作る
ryugen04
0
180
なぜ関数型プログラミングで「型」と「証明」が語られるのか #fp_matsuri
kajitack
3
700
OSINT for SRE: 学術論文とポストモーテムから探る システム障害の共通パターン / SRE NEXT 2026
tomoyk
1
2.8k
ローカルLLMでどこまでコードが書けるか -拡張版 / How much code can be written on a local LLM Extended
kishida
12
4.7k
アルゴリズムは何を圧縮しているのか ─ Haskell から育った「圧縮代数」というメンタルモデル
naoya
15
3k
Mujeres en SEO Summit 2026 - Greatest Disaster Hits en Web Performance
guaca
0
240
Dataformのリポジトリを立ち上げるときにまずやること / dataform-day0-2026
snhryt
0
210
Haskell/Servantを通してWebミドルウェアを捉え直す
pizzacat83
1
450
自作OSでスライド発表する
uyuki234
1
3.7k
エンジニアにデザインハーネスを 〜デザインプロセスを規定するためのハーネス〜 / Design harness from an engineer's perspective
rkaga
2
1.1k
キャリア迷子上等 ─ "ない道"は自分で作ればいい
16bitidol
3
2.8k
エンジニア向け会社紹介/Findy Company Profile
findyinc
6
360k
Featured
See All Featured
Visual Storytelling: How to be a Superhuman Communicator
reverentgeek
2
590
Measuring Dark Social's Impact On Conversion and Attribution
stephenakadiri
2
230
Documentation Writing (for coders)
carmenintech
77
5.4k
Balancing Empowerment & Direction
lara
6
1.2k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
17k
The Spectacular Lies of Maps
axbom
PRO
1
850
The AI Revolution Will Not Be Monopolized: How open-source beats economies of scale, even for LLMs
inesmontani
PRO
3
3.6k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
254
22k
svc-hook: hooking system calls on ARM64 by binary rewriting
retrage
2
330
Scaling GitHub
holman
464
140k
It's Worth the Effort
3n
188
29k
How to Get Subject Matter Experts Bought In and Actively Contributing to SEO & PR Initiatives.
livdayseo
0
150
Transcript
@vudaltsov How to contribute to Symfony and why You should
give it a try 1
@vudaltsov Valentin Udaltsov Russia, Moscow 2
@vudaltsov 3
@vudaltsov My first attempt to contribute 4
@vudaltsov 5
@vudaltsov Today 6
@vudaltsov EU-FOSSA Hackathon 7
@vudaltsov Motivation to contribute to OSS 8
@vudaltsov To give back 9
@vudaltsov 10
@vudaltsov For recognition 11
@vudaltsov 12
@vudaltsov To become an in-demand employee 13
@vudaltsov 14
@vudaltsov Code Glue code 15
@vudaltsov Contributing is a way to master your tools 16
@vudaltsov Symfony is the best PHP ecosystem to contribute to
17
@vudaltsov Documentation 18
@vudaltsov Maintenance 19
@vudaltsov 20 Diverse community
@vudaltsov What to contribute? 21
@vudaltsov Step 1. Become a bug hunter 22
@vudaltsov 1. Check the docs 2. Google it 3. Ask
colleagues 4. Google it again 5. Ask in Slack #support 6. Make a reproducer 7. Submit a bug 23
@vudaltsov 24 1 2
@vudaltsov Step 2. Involve yourself through observation 25
@vudaltsov https://symfony.com/blog/ 26
@vudaltsov 27
@vudaltsov 28
@vudaltsov Subscribe to new releases 29
@vudaltsov Check new issues & PRs 30
@vudaltsov 31
@vudaltsov 32
@vudaltsov 33
@vudaltsov Step 4. Comment & review 34
@vudaltsov Step 5. Solve an issue 35
@vudaltsov 36 1 2 3 4
@vudaltsov 37
@vudaltsov Resolve a recent issue: chances are it's easier 38
@vudaltsov How to contribute 39
@vudaltsov 40 1 2
@vudaltsov 41 ?
@vudaltsov Patch X.Y.Z 4.3.7 → 4.3.8 42
@vudaltsov Minor X.Y.Z 4.2.9 → 4.3.0 43
@vudaltsov Major X.Y.Z 4.4.0 → 5.0.0 44
@vudaltsov 45
@vudaltsov Submit bug fixes to the lowest branch they apply
46
@vudaltsov Submit features to the master branch 47
@vudaltsov Mind the code style 48
@vudaltsov 49
@vudaltsov 50
@vudaltsov 51
@vudaltsov Add unit tests 52
@vudaltsov 53
@vudaltsov 54
@vudaltsov 55
@vudaltsov 56
@vudaltsov 57
@vudaltsov Rebase when branch changes 58
@vudaltsov 59
@vudaltsov 60 1
@vudaltsov 61 2 3
@vudaltsov Welcome comments & review. React positively in any case
62
@vudaltsov Be patient... 63
@vudaltsov ...but stay in touch! 64
@vudaltsov Some useful articles to read 65 1. Releases calendar
https://symfony.com/releases 2. Official contributing documentation https://symfony.com/doc/current/contributing/index.html 3. Merging vs rebasing https://www.atlassian.com/git/tutorials/merging-vs-rebasing 4. Working with forks https://help.github.com/en/github/collaborating-with-issues-and-pull- requests/working-with-forks
@vudaltsov Thank you! See you at the Hackday! 66