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
Contributing to Open Source
Search
Kanitkorn Sujautra
November 13, 2016
Programming
3
100
Contributing to Open Source
My talk on how to contribute to open source at Barcamp Bangkhen 7
Kanitkorn Sujautra
November 13, 2016
Tweet
Share
More Decks by Kanitkorn Sujautra
See All by Kanitkorn Sujautra
Why I use TypeScript in my React project
lukyth
0
140
Co-operative Education @Pronto Tools
lukyth
0
120
Other Decks in Programming
See All in Programming
PHPUnitの限界をPlaywrightで補完するテストアプローチ
yuzneri
0
360
AI Agent 時代のソフトウェア開発を支える AWS Cloud Development Kit (CDK)
konokenj
6
1k
DMMを支える決済基盤の技術的負債にどう立ち向かうか / Addressing Technical Debt in Payment Infrastructure
yoshiyoshifujii
4
670
AI時代の『改訂新版 良いコード/悪いコードで学ぶ設計入門』 / ai-good-code-bad-code
minodriven
24
10k
Claude Code で Astro blog を Pages から Workers へ移行してみた
codehex
0
170
Amazon Q CLI開発で学んだAIコーディングツールの使い方
licux
3
130
コーディングエージェント概観(2025/07)
itsuki_t88
0
460
MySQL9でベクトルカラム登場!PHP×AWSでのAI/類似検索はこう変わる
suguruooki
1
260
中級グラフィックス入門~効率的なメッシュレット描画~
projectasura
3
2k
AIに安心して任せるためにTypeScriptで一意な型を作ろう
arfes0e2b3c
0
290
AWS Summit Japan 2024と2025の比較/はじめてのKiro、今あなたは岐路に立つ
satoshi256kbyte
1
260
Gemini CLI のはじめ方
ttnyt8701
1
110
Featured
See All Featured
Git: the NoSQL Database
bkeepers
PRO
431
65k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
21k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
21
1.4k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.1k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
Practical Orchestrator
shlominoach
190
11k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.9k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.6k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
[RailsConf 2023] Rails as a piece of cake
palkan
56
5.7k
Transcript
Contributing to Open Source Kanitkorn Sujautra Pronto Tools GitHub: @lukyth
Twitter: @kanitkornk #bcbk7
source: http://dictionary.cambridge.org/dictionary/english/open-source
source: https://hackernoon.com/how-it-feels-to-learn-javascript-in-2016-d3a717dd577f#.w5kf0elt6
–me before my first PR “But I can’t, because.. .”
source: https://cdn.meme.am/instances/67515778.jpg
We both.. • Write code • Read code • Write
docs • Read docs • Learn
What you’ll gain • Learn from the code written by
more experienced developers. • Get involve in something you care about. • Be a part of the community. • Save yourself from burnout. • Make yourself a better developer.
source: http://www.memegen.com/meme/ap52t2
Which project?
Something you use regularly.
up-for-grabs.net
Let’s get started!!
Read the Contribution Guideline!!!
R.I.P. 10 Aug 2016 1.32 AM - 10 Aug 2016
1.33 AM
CONTRIBUTING.md
None
Looking through the issue list Label: - good first bug
- help wanted - up-for-grab - jump-in
None
Communication
None
None
None
1. Fork the project
2. Clone the forked project
3. Setup remote $ git remote -v $ git remote
add upstream
[email protected]
:<project_owner>/<project_name>.
4. Create a branch $ git checkout -b <branch_name>
5. work work work work work source: http://imgur.com/gallery/aEaQGpz
5.1 Sync with the project $ git pull upstream master
$ git rebase master source: http://www.bogotobogo.com/cplusplus/Git/Git_GitHub_Rebase.php
6. Push your changes to the forked repo $ git
push origin <branch_name>
7. Open PR
7. Open PR
7. Open PR Your fork Your branch
7. Open PR
8. Discuss & Fix Get merged!!
–me after my first PR “The hardest part is to
get started.”
Hacktoberfest https://github.com/blog/2260-hacktoberfest-is-back
This year’s statistic source: https://hacktoberfest.digitalocean.com/
–me after my first PR “The hardest part is to
get started.”
#myfirstpr
We’re hiring!!
#myfirstpr