Skip to content

Commit

Permalink
📚 docs: チュートリアルにスクリーンショットの追加 #97
Browse files Browse the repository at this point in the history
  • Loading branch information
kazzyfrog authored Apr 6, 2024
1 parent 37843d8 commit 5b09a85
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,18 @@
### Step 1:このリポジトリをフォーク

- GitHub 上のプロジェクトページの右上にある "Fork" ボタンをクリックして、このリポジトリをフォークします。

<p align="center">
<img height=150px src="/docs/images/fork-button.png">
</p>

- そして、"Create fork"ボタンをクリックします。
- 「Repository name」「Description」「Copy the `main` branch only」などの項目は、すべて初期のままでOKです!

<p align="center">
<img height=400px src="/docs/images/create-fork-button.png">
</p>

> [!TIP]
> これにより、あなたの GitHub アカウントに、このリポジトリのコピーが作成されます 👍
Expand All @@ -130,6 +139,11 @@ GitHub 上でファイルを編集することも可能ですが、<br>

- GitHub 上の、フォークしたリポジトリのページに移動し、緑色の "Code" ボタンをクリックし、HTTPS の URL をコピーします。
- URL は、次のようになっているはずです:`https://github.com/<あなたのアカウント名>/first-contributions-ja.github.io.git`

<p align="center">
<img height=300px src="/docs/images/code-clone.png">
</p>

- ターミナルを開き、リポジトリをクローンするディレクトリに移動します。
- 例えば、クローン先をデスクトップに指定する場合、以下のコマンドを使用できます。
```
Expand All @@ -147,6 +161,10 @@ GitHub 上でファイルを編集することも可能ですが、<br>

### Step 3:作業用ブランチを作成

<p align="center">
<img height=80px src="/docs/images/clone-to-desktop.png">
</p>

- 次のコマンドで、リポジトリのディレクトリ内に移動します:
```
cd first-contributions-ja.github.io
Expand Down Expand Up @@ -191,6 +209,11 @@ GitHub 上でファイルを編集することも可能ですが、<br>
"favoriteEmoji": "あなたの好きな絵文字"
},
```

<p align="center">
<img height=300px src="/docs/images/copy-code-template.png">
</p>

- そして、貼り付けたテキストの中身を、あなた独自の内容に置き換えます。
- :art: 次のサイトを参考にしてみてください:[絵文字一覧](https://www.webfx.com/tools/emoji-cheat-sheet/)[原色大辞典](https://www.colordic.org)[日本の伝統色](https://nipponcolors.com)
- 例えば、全て置き換えたら以下のようになります:
Expand Down Expand Up @@ -240,10 +263,19 @@ GitHub 上でファイルを編集することも可能ですが、<br>

- GitHub 上の、フォークしたリモートリポジトリのページ(`https://github.com/あなたのアカウント/first-contributions-ja.github.io`)に移動します。
- 上部に表示されている"Compare & pull request" ボタンをクリックします。

<p align="center">
<img height=150px src="/docs/images/compare-pull-request.png">
</p>

- そして、以下のことを確認したら、"Create pull request" ボタンをクリックします。
- 念のため、あなたのリポジトリの`add-yourname`ブランチから、first-contributions-jsの`main`ブランチに向かっていることを確認してください!
- 
タイトルは初期入力のままで、description は空欄でOKです!

<p align="center">
<img height=500px src="/docs/images/create-pull-request.png">
</p>

> [!TIP]
> これにより、あなたがフォークして行った変更を、フォーク元のリポジトリに反映させるようにリクエストします 🎁
Expand Down

0 comments on commit 5b09a85

Please sign in to comment.