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
67
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
昭和の職場からアジャイルの世界へ
kumagoro95
1
350
Pythonでもちょっとリッチな見た目のアプリを設計してみる
ueponx
1
480
AWS Lambda functions with C# 用の Dev Container Template を作ってみた件
mappie_kochi
0
240
お前もAI鬼にならないか?👹Bolt & Cursor & Supabase & Vercelで人間をやめるぞ、ジョジョー!👺
taishiyade
5
3.8k
CloudNativePGがCNCF Sandboxプロジェクトになったぞ! 〜CloudNativePGの仕組みの紹介〜
nnaka2992
0
220
Compose でデザインと実装の差異を減らすための取り組み
oidy
1
300
Java Webフレームワークの現状 / java web framework at burikaigi
kishida
9
2.2k
社内フレームワークとその依存性解決 / in-house framework and its dependency management
vvakame
1
550
Amazon ECS とマイクロサービスから考えるシステム構成
hiyanger
2
490
Formの複雑さに立ち向かう
bmthd
1
720
テストをしないQAエンジニアは何をしているか?
nealle
0
130
JavaScriptツール群「UnJS」を5分で一気に駆け巡る!
k1tikurisu
10
1.8k
Featured
See All Featured
Gamification - CAS2011
davidbonilla
80
5.1k
KATA
mclloyd
29
14k
Navigating Team Friction
lara
183
15k
Build The Right Thing And Hit Your Dates
maggiecrowley
34
2.5k
A Philosophy of Restraint
colly
203
16k
Product Roadmaps are Hard
iamctodd
PRO
50
11k
Why You Should Never Use an ORM
jnunemaker
PRO
55
9.2k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
4
400
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
40
2k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
27
1.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