Skip to content

Commit adf5991

Browse files
committed
docs: fix contents
- fork 방법 추가
1 parent cad7c96 commit adf5991

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • apps/landing/src/app/docs/contributing

apps/landing/src/app/docs/contributing/page.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ Braillify는 모든 오픈소스 기여를 환영합니다.
2424

2525
#### 1. 저장소 Fork 및 Clone
2626

27+
1. [brailify 레포지토리](https://github.com/dev-five-git/braillify)에 접속하세요.
28+
2. 페이지 우측 상단에 있는 'Fork 버튼'을 클릭합니다.
29+
3. 이어지는 화면에서 필요하다면 설정값을 조정한 후 'Create fork 버튼'을 클릭하세요.
30+
4. 더 자세한 방법은 [깃허브의 리포지토리 포크 문서](https://docs.github.com/ko/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo)를 참고하세요.
31+
5. 포크한 자신의 저장소를 로컬로 클론합니다.
2732
```bash
2833
git clone git@github.com:<your-username>/braillify.git
2934
cd braillify

0 commit comments

Comments
 (0)