title 筆記 - 如何參與Open Source專案
datetime 2016-07-20 19:34:24
tags note
category coding
link how-to-join-open-sourse-by-stan-lo
file 2016-07-20-193424-how-to-join-open-sourse-by-stan
template post
end
這是Stan Lo在railsfun分享怎麼參與open source專案的演講筆記,另外也展示了如何trace source code的方式,內容很實用。下面是大神的傳送門:
- new Features
- fix bug
- performance
- doc
- issue & PR discussion
- confirm - make sure it is required and suggested
- fork repo
- create a feature branch in forked repo
- RR - WIP(working in process)
- test is important, 沒有人會用沒寫測試的程式
- TDD
- view test - start from integration, see setup
- binding - use pry, see data class and variables
- draw flow - method call
- doc
- high module
- poor doc
- high freq
- doing research
- don't one step 不要想一次到位
- it is normal to be rejected or ignored
- maintainer is busy too