Thanks goes to these wonderful people (emoji key):
Choi hong hee 🎨 🖋 |
pplenty 🚇 |
SungMin 🚇 💻 |
kyungseop Ahn 🚇 |
Hyeong Geun Kim 🖋 🤔 💻 |
rlawls1991 🖋 🤔 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!
해당 repository를 fork 해주세요!
fork한 repository를 local directory 에 clone 해주세요!
$ git clone https://github.com/{your-git-username}/scheduling.git$ git remote add --track main upstream https://github.com/Codingvengers/scheduling.git$ git remote add --track main upstream https://github.com/Codingvengers/scheduling.git #(리모트 설정이 되어 있다면 생략 가능)
$ git fetch upstream
$ git rebase upstream/main
# (resolve conflict in your editor)
$ git add .
$ git rebase --continue
$ git push -f origin main$ git add .
$ git commit -m "[your description]"
$ git push origin mainPull Request를 등록하고 merge 해주세요.
@all-contributors please add @<your-git-username> for <Emoji>
샘플
@all-contributors please add @vvshinevv for infrastructure, tests and code
이모지는 아래 링크를 참고해주세요.
https://allcontributors.org/docs/en/emoji-key
