Skip to content

Commit ef318ca

Browse files
authored
Merge pull request #123 from first-contributions-ja/chore/#112-update-data
🔧 chore: 記載するデータの内容を更新
2 parents 2c5424f + 2ed03b3 commit ef318ca

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

Contributors.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[
22
{
3-
"name": "kazzyfrog",
4-
"github": "https://github.com/kazzyfrog",
5-
"favoriteStack": "React",
6-
"text": "Hi there 👋 ."
3+
"name": "oginochihiro",
4+
"github": "https://github.com/first-contributions-ja",
5+
"favoriteStack": "GitHub",
6+
"favoriteColor": "#ffffff",
7+
"favoriteEmoji": "🐉"
78
}
89
]

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,16 @@
4747

4848
### どんな貢献をすればいいの?
4949

50-
> このプロジェクトの参加者として、Contributors.json ファイルに必要な情報を入力し、プロフィールカードを作成します
50+
> このプロジェクトの参加者として、Contributors.json ファイルに必要な情報を入力し、プロフィールを作成します
5151
5252
記載する情報は、以下のとおりです:
5353

5454
```
5555
"name": "あなたのハンドルネーム",
5656
"github": "あなたのGitHubアカウントのURL",
5757
"favoriteStack": "あなたの好きなプログラミング言語・技術スタック",
58-
"introduction": "自己紹介・挨拶"
58+
"favoriteColor": "あなたの好きなカラーコード",
59+
"favoriteEmoji": "あなたの好きな絵文字"
5960
```
6061

6162
これから行うチュートリアルは、次の9つのステップで完了します!<br>
@@ -152,9 +153,10 @@ GitHub 上でファイルを編集することも可能ですが、<br>
152153
```
153154
{
154155
"name": "あなたのハンドルネーム",
155-
"github": "あなたのGithubアカウントのURL",
156-
"favoriteStack": "好きなプログラミング言語・技術スタックを1つ",
157-
"introduction": "自己紹介・挨拶"
156+
"github": "あなたのGitHubアカウントのURL",
157+
"favoriteStack": "あなたの好きなプログラミング言語・技術スタック",
158+
"favoriteColor": "あなたの好きなカラーコード",
159+
"favoriteEmoji": "あなたの好きな絵文字",
158160
},
159161
```
160162
- そして、貼り付けたテキストの中身を、あなた独自の内容に置き換えます。
@@ -165,8 +167,9 @@ GitHub 上でファイルを編集することも可能ですが、<br>
165167
{
166168
"name": "oginochihiro",
167169
"github": "https://github.com/first-contributions-ja",
168-
"favoriteStack": "Github",
169-
"introduction": "ここで働かせて下さい!"
170+
"favoriteStack": "GitHub",
171+
"favoriteColor": "#ffffff",
172+
"favoriteEmoji": "🐉"
170173
},
171174
{
172175
〜〜

0 commit comments

Comments
 (0)