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 Meteor Packages
Search
Ben Greene
August 27, 2015
Programming
76
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
Contributing to Meteor Packages
Ben Greene
August 27, 2015
More Decks by Ben Greene
See All by Ben Greene
Optimizing your Django QuerySet Performance
benmgreene
2
290
Other Decks in Programming
See All in Programming
自動化したのに回らない テスト運用の壁―AI時代の品質責任と生産性
mfunaki
0
160
AWS CDK を「作」ってみた 〜フルスクラッチで見えた CDK の裏側〜 / aws-cdk-from-scratch
gotok365
3
2.8k
運用ダッシュボードの設計を誰も教えてくれないのだけどみなさんどうしてるんですか? - チームに監視するという文化を根付かせるための第一歩を踏みたい -
satoshi256kbyte
1
110
全PRの83%がAIレビューだけでマージできるようになった開発組織はその後どうなったか
athug
1
1.6k
Flow は今どうなっているか
mizdra
PRO
0
180
TSX の <Hoge<Fuga>> という構文に驚いた話 / tsx-type-argument-syntax
kanaru0928
0
220
そこに3びきプロダクトがいるじゃろう——生成AI時代における“価値が届かない理由”の構造
kosuket
0
470
Go 1.27 における memory allocation の高速化
andpad
0
160
メールのエイリアス機能を履き違えない
isshinfunada
0
230
Foundation Models frameworkで画像分析
ryodeveloper
1
610
5分で問診!Composer セキュリティ健康診断
codmoninc
0
970
AI Engineeringは、AIプロダクトだけのものか? 〜AIがソフトウェアを作る時代の新しい当たり前〜 / No AI in your product. AI Engineering in your development.
rkaga
4
400
Featured
See All Featured
Practical Orchestrator
shlominoach
191
12k
Building a Modern Day E-commerce SEO Strategy
aleyda
45
9.2k
The State of eCommerce SEO: How to Win in Today's Products SERPs - #SEOweek
aleyda
2
11k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.8k
Become a Pro
speakerdeck
PRO
31
6.2k
Navigating the Design Leadership Dip - Product Design Week Design Leaders+ Conference 2024
apolaine
1
390
Leadership Guide Workshop - DevTernity 2021
reverentgeek
1
330
SEO in 2025: How to Prepare for the Future of Search
ipullrank
3
3.7k
Making the Leap to Tech Lead
cromwellryan
135
10k
GitHub's CSS Performance
jonrohan
1033
470k
From π to Pie charts
rasagy
0
270
Mozcon NYC 2025: Stop Losing SEO Traffic
samtorres
1
490
Transcript
Contributing to Atmosphere Packages Meteor Boston / August 27th, 2015
TWTR: @bengreene
Y U NO MERGE???
None
None
None
None
None
Popular? On GitHub? Documented well? Recent releases?
Active development? Has tests?
Responds to issues?
Accepts pull requests?
None
“The Illustrated Guide to a Ph.D.” by Matt Might http://matt.might.net/articles/phd-school-in-pictures/
None
None
“accounts-entry is a meteor package that relies on Iron Router
and provides an alternative interface to accounts-ui, with whole pages for sign up and sign in.”
None
None
/enroll-‐account
None
Fork it!
None
None
None
None
None
None
None
None
[ do the work ]
None
None
1. Keep it simple 2. Try to match style 3.
Respond quickly! 4. Make veiled threats 5. resubmit Ben’s guide to getting a pull request merged:
2. git submodule add PRO: easy to add CON: a
pain to share, remove 3. meteor publish --create PRO: your forked package works like all the other ones you use CON: trivial amount of additional work 1. cp -r /path/to/package my_app/packages/ PRO: easy to add CON: source control nightmare
None
My 1 request…
Don’t steal.
This has been Ben Greene
None