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
70
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
CSC509 Lecture 06
javiergs
PRO
0
260
Railsだからできる 例外業務に禍根を残さない 設定設計パターン
ei_ei_eiichi
0
440
Go Conference 2025: Goで体感するMultipath TCP ― Go 1.24 時代の MPTCP Listener を理解する
takehaya
8
1.6k
「ちょっと古いから」って避けてた技術書、今だからこそ読もう
mottyzzz
10
6.5k
Swift Concurrency - 状態監視の罠
objectiveaudio
2
510
CSC305 Lecture 02
javiergs
PRO
1
270
CI_CD「健康診断」のススメ。現場でのボトルネック特定から、健康診断を通じた組織的な改善手法
teamlab
PRO
0
200
その面倒な作業、「Dart」にやらせませんか? Flutter開発者のための業務効率化
yordgenome03
1
110
開発生産性を上げるための生成AI活用術
starfish719
3
420
組込みだけじゃない!TinyGo で始める無料クラウド開発入門
otakakot
0
200
CSC509 Lecture 01
javiergs
PRO
1
440
CSC305 Lecture 03
javiergs
PRO
0
240
Featured
See All Featured
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
A Modern Web Designer's Workflow
chriscoyier
697
190k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
20k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.6k
Thoughts on Productivity
jonyablonski
70
4.9k
A designer walks into a library…
pauljervisheath
209
24k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Side Projects
sachag
455
43k
How STYLIGHT went responsive
nonsquared
100
5.8k
The Power of CSS Pseudo Elements
geoffreycrofte
79
6k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
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