Youtube Dev Resources
1.0.0
YouTubeのビデオは、開発の旅に役立ちます。
ライブサイトはここにあります。
新しいブランチを作成します:
端子メソッド
git checkout -b <branch name>を使用して、ブランチをチェックアウトしますブラウザメソッド
mainボタンをクリックします。add-videoなどの変更に関係する必要があります。Create branch <your-branch-name>をクリックすると、新しいブランチに移動します。あなたのビデオの追加:
端子メソッド
{
"url" : "<Youtube url here>",
"title" : "<Title of your video here>",
"tags" : [
"<tag 1>",
"<tag 2>",
"<tag 3>"
]
}
git add videos.jsonを使用して変更を追加します。git commit -m "<commit msg goes here>"を使用して変更をコミットします。git push -u origin <your-branch-name>を使用して変更をプッシュします。ブラウザメソッド
{
"url" : "<Youtube url here>",
"title" : "<Title of your video here>",
"tags" : [
"<tag 1>",
"<tag 2>",
"<tag 3>"
]
}
プルリクエストを上げる:
Compare and pull request 。Create pull requestボタンを押します。 このプロジェクトに貢献してくれたすべての人に感謝します!
このプロジェクトを必ずスターにしてください。