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
850
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
まだ間に合う!今年の夏こそSchemeのマクロ展開器を完全理解!
omasanori
0
590
楽しそうなつよつよエンジニアと目が死んでる僕/A brilliant engineer having a blast, and dead-eyed me.
3l4l5
2
270
30年振りにコンパイラの定数整数除算を改善した
herumi
9
4.4k
Webエンジニアなのにブラウザの仕組みがわからないので、Pythonで自作してみた
tatsuki12
4
1.6k
高専キャリア LT 発表内容
crysta1221
6
5.3k
不幸な GC
chencmd
0
850
AI時代に学ぶ 好きなルール 嫌いなルール Linter編
shorty5121
0
700
リアルな遅延を測る仕様
kota_yata
1
130
MySQLとPostgreSQLって何が違うの?
akagami
0
150
ALB ログから Trace を気合で繋げる技術
fohte
7
840
思考垂れ流し開発 ~音声入力 × AIエージェント × 開発ハーネスによる試行錯誤~
npostring
0
620
Go 1.27 における memory allocation の高速化
andpad
0
360
Featured
See All Featured
Money Talks: Using Revenue to Get Sh*t Done
nikkihalliwell
0
480
Self-Hosted WebAssembly Runtime for Runtime-Neutral Checkpoint/Restore in Edge–Cloud Continuum
chikuwait
0
760
How to Build an AI Search Optimization Roadmap - Criteria and Steps to Take #SEOIRL
aleyda
1
2.2k
The Limits of Empathy - UXLibs8
cassininazir
1
620
How to Think Like a Performance Engineer
csswizardry
28
2.8k
A Soul's Torment
seathinner
7
3.5k
The Hidden Cost of Media on the Web [PixelPalooza 2025]
tammyeverts
2
490
Navigating the moral maze — ethical principles for Al-driven product design
skipperchong
2
510
Building AI with AI
inesmontani
PRO
1
1.2k
Digital Ethics as a Driver of Design Innovation
axbom
PRO
1
400
Reflections from 52 weeks, 52 projects
jeffersonlam
356
21k
How People are Using Generative and Agentic AI to Supercharge Their Products, Projects, Services and Value Streams Today
helenjbeal
1
300
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