wishes md repository
1.0.0
Write and contribute your wishes freely!
For more details of the project, please check the website link below.
The following is the following for the project contribution:
(Please refer to the wish template for the wish file form.)
# 1. 원본 원격 저장소 Fork
# 2. Fork한 원본 원격 저장소를 로컬에 Clone
$ git clone https://github.com/YOUR_FORK_USERNAME/YOUR_FORK.git
# 3. Clone한 로컬 저장소에 PR을 보낼 원본 원격 저장소(origin) 설정
$ git remote add upstream https://github.com/maketheworldwise/wishes-md-repository
# 4. 로컬 저장소에 PR용 새로운 브랜치 생성 및 이동
$ git checkout -b prbranch
# 5. 원격 저장소에 커밋 및 푸시 (단, 등록한 Issue Number와 연결 커밋)
$ git add .
$ git commit -m " close maketheworldwise/wishes-md-repository#[Issue Number] "
$ git push origin prbranch
# 6. PR 전송
# Compare & pull request > Create pull request
# 7. 브랜치 삭제
$ git checkout master
$ git branch -D prbranch
$ git push origin --delete prbranchPlease refer to the issue template for issues and PR templates for PR.
If it is helpful, please ️ :)