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
0
69
Contributing to Meteor Packages
Ben Greene
August 27, 2015
Tweet
Share
More Decks by Ben Greene
See All by Ben Greene
Optimizing your Django QuerySet Performance
benmgreene
2
280
Other Decks in Programming
See All in Programming
RailsGirls IZUMO スポンサーLT
16bitidol
0
190
Quand Symfony, ApiPlatform, OpenAI et LangChain s'allient pour exploiter vos PDF : de la théorie à la production…
ahmedbhs123
0
210
Python型ヒント完全ガイド 初心者でも分かる、現代的で実践的な使い方
mickey_kubo
1
140
脱Riverpod?fqueryで考える、TanStack Queryライクなアーキテクチャの可能性
ostk0069
0
270
git worktree × Claude Code × MCP ~生成AI時代の並列開発フロー~
hisuzuya
1
590
10 Costly Database Performance Mistakes (And How To Fix Them)
andyatkinson
0
440
効率的な開発手段として VRTを活用する
ishkawa
0
150
PHPでWebSocketサーバーを実装しよう2025
kubotak
0
290
Rails Frontend Evolution: It Was a Setup All Along
skryukov
0
160
「テストは愚直&&網羅的に書くほどよい」という誤解 / Test Smarter, Not Harder
munetoshi
0
180
MDN Web Docs に日本語翻訳でコントリビュートしたくなる
ohmori_yusuke
1
130
iOS 26にアップデートすると実機でのHot Reloadができない?
umigishiaoi
0
130
Featured
See All Featured
Facilitating Awesome Meetings
lara
54
6.4k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
RailsConf 2023
tenderlove
30
1.1k
What's in a price? How to price your products and services
michaelherold
246
12k
Typedesign – Prime Four
hannesfritz
42
2.7k
Into the Great Unknown - MozCon
thekraken
40
1.9k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
The Cult of Friendly URLs
andyhume
79
6.5k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.4k
It's Worth the Effort
3n
185
28k
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