Skip to content

Commit

Permalink
Merge pull request #123 from first-contributions-ja/chore/#112-update…
Browse files Browse the repository at this point in the history
…-data

🔧 chore: 記載するデータの内容を更新
  • Loading branch information
pss-aileen authored Mar 26, 2024
2 parents 2c5424f + 2ed03b3 commit ef318ca
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
9 changes: 5 additions & 4 deletions Contributors.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[
{
"name": "kazzyfrog",
"github": "https://github.com/kazzyfrog",
"favoriteStack": "React",
"text": "Hi there 👋 ."
"name": "oginochihiro",
"github": "https://github.com/first-contributions-ja",
"favoriteStack": "GitHub",
"favoriteColor": "#ffffff",
"favoriteEmoji": "🐉"
}
]
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,16 @@

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

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

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

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

0 comments on commit ef318ca

Please sign in to comment.