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
73
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
「抽象に依存せよ」が分からなかった新卒1年目の私が Goのインターフェースと和解するまで
kurogenki
0
100
クライアントワークでSREをするということ。あるいは事業会社におけるSREと同じこと・違うこと
nnaka2992
1
330
Cyrius ーLinux非依存にコンテナをネイティブ実行する専用OSー
n4mlz
0
130
コーディングルールの鮮度を保ちたい / keep-fresh-go-internal-conventions
handlename
0
190
株式会社 Sun terras カンパニーデック
sunterras
0
2.1k
Ruby x Terminal
a_matsuda
7
590
maplibre-gl-layers - 地図に移動体たくさん表示したい
kekyo
PRO
0
240
Fundamentals of Software Engineering In the Age of AI
therealdanvega
1
240
最初からAWS CDKで技術検証してもいいんじゃない?
akihisaikeda
4
130
PJのドキュメントを全部Git管理にしたら、一番喜んだのはAIだった
nanaism
0
250
AIコードレビューの導入・運用と AI駆動開発における「AI4QA」の取り組みについて
hagevvashi
0
420
encoding/json/v2のUnmarshalはこう変わった:内部実装で見る設計改善
kurakura0916
0
390
Featured
See All Featured
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
10k
Side Projects
sachag
455
43k
Context Engineering - Making Every Token Count
addyosmani
9
740
GraphQLとの向き合い方2022年版
quramy
50
14k
Visual Storytelling: How to be a Superhuman Communicator
reverentgeek
2
470
Learning to Love Humans: Emotional Interface Design
aarron
275
41k
Speed Design
sergeychernyshev
33
1.6k
The Illustrated Children's Guide to Kubernetes
chrisshort
51
52k
What does AI have to do with Human Rights?
axbom
PRO
1
2k
Making Projects Easy
brettharned
120
6.6k
How to Build an AI Search Optimization Roadmap - Criteria and Steps to Take #SEOIRL
aleyda
1
1.9k
Leveraging Curiosity to Care for An Aging Population
cassininazir
1
190
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