First Time Contributors Arabs Edition
1.0.0

git clone "url you just copied"
git clone https://github.com/this-is-you/first-contributions.git
cd first-contributions
git checkout -b "add-your-name"
git checkout -b "add-alonzo-church"
git status )を書き、プロジェクトで行った変更を示します。私が行った変更を追加するには、これを書いてください( git add )
git add Contributors.md
あなたは、あなたの名前で<your-name>られるこの( git commit )を通してそれらを書くことによってあなたが行った変更を説明して説明します
git commit -m "Add <your-name> to Contributors list"
これを使用して行った変更を提起し、作成したブランチの名に置き換えます( add-your-name git push
git push origin "add-your-name"
独自のページ内、特にGitHubのプロジェクトページで、 Compare & pull requestボタンをクリックします。
レビュー後、プロジェクトのメインブランチに対して行った変更が組み合わされ、これを電子メールで警告されます
おめでとうございます!オープンソースプロジェクトに参加する準備が整うために、通常の手順( fork -> clone -> edit -> pull request )を完了しました
必要に応じて、これらのソースを見てあなたを助けることができます