Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

히즈스터디 기여하기 #94

Open
ohinhyuk opened this issue Jul 28, 2024 · 0 comments
Open

히즈스터디 기여하기 #94

ohinhyuk opened this issue Jul 28, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@ohinhyuk
Copy link
Contributor

ohinhyuk commented Jul 28, 2024

1. 이슈 생성

먼저, 기여하고자 하는 변경 사항이나 기능에 대해 GitHub에서 이슈를 생성합니다. 이슈에는 작업할 내용을 상세하게 적어주세요!
우측의 Labels를 활용하여 이슈의 성격을 나타낼 수 있습니다.

스크린샷 2024-07-29 오전 12 55 13

2. Git 레파지토리 Fork 받기

히즈스터디 레파지토리를 자신의 GitHub 계정으로 fork 합니다. 이는 원본 레파지토리의 복사본을 만들며, 이 복사본에서 작업을 진행할 수 있습니다.

image

3. Fork한 저장소 Clone

Fork한 저장소를 로컬 환경으로 클론합니다. 터미널이나 명령 프롬프트를 열고 다음 명령어를 입력합니다:

git clone https://github.com/<your-username>/histudy-fe.git

여기서 <your-username>을 자신의 GitHub 사용자명으로 바꿔주세요.


4. 브랜치 생성

1.에서 생성한 이슈 번호와 작업할 기능을 기반으로 브랜치를 생성합니다. (예: #94 / Login).

git branch <branch-name>
git checkout <branch-name>

5. 생성한 브랜치에서 작업 후 푸쉬

변경 사항을 fork한 저장소에 푸쉬합니다.


6. Pull Request (PR) 생성

GitHub에서 원본 레파지토리에 대한 Pull Request를 생성합니다. 작업하신 내용을 구체적으로 작성해주세요.

PR이 생성되면 최대한 빠른 시일내에 리뷰를 진행하도록 하겠습니다.

@ohinhyuk ohinhyuk added the documentation Improvements or additions to documentation label Jul 28, 2024
@ohinhyuk ohinhyuk pinned this issue Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant