We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad7c96 commit adf5991Copy full SHA for adf5991
1 file changed
apps/landing/src/app/docs/contributing/page.mdx
@@ -24,6 +24,11 @@ Braillify는 모든 오픈소스 기여를 환영합니다.
24
25
#### 1. 저장소 Fork 및 Clone
26
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. 포크한 자신의 저장소를 로컬로 클론합니다.
32
```bash
33
git clone git@github.com:<your-username>/braillify.git
34
cd braillify
0 commit comments