Published on

Github Contributor 되보기 도전 #1

Authors
  • avatar
    Name
    Luffy Yeon
    Twitter

Github Contributor 되기 연습 #1

Github 오픈소스 Contributor가 되보기 위한 스터디를 시작하였다.
github Contributor가 되보기 위해 fork 및 pull request 날리기 연습을 위해 연습 repository를 만들어 시작하였다.


github contributor1 Image

  1. ToBeContributor repository를 fork
  2. issue 생성 및 할당
  3. pull request (Readme file 수정)
  4. merge



Github Contributor 되기 연습 #2

Github 오픈소스중 프로젝트에서 사용하던 lodash가 익숙하여 선택하였다.
사용중인 오픈소스라 익숙하고 코드 읽기가 편하다고 생각해서 선택.
처음 선택후 test 코드가 실패 하는 것이 있어 수정하여 pull request를 날렸다.


github contributor2 Image

이미 패치된 내용이라 실패...




Github Contributor 되기 연습 #3

lodash 메소드중 sortedIndex return {number}로 되어 있지만 NaN(not a number)가 return되는 case가 있어, issue에 question을 등록하여 질문을 남겼다.


github contributor3 Image

lodash에서는 NaN은 number type으로 판단한다하여 실패...



javascript utility로 유명한 lodash를 선택하여 도전하였는데, 이미 코드가 많이 정제되어있어 그런지 issue자체가 많지 않은 것 같다. Contributor 되기는 쉽지 않다는 것을 다시한번 더 느꼈다.