hacktuber
1.0.0
Hacktoberfestで貢献を探している初心者向けに作られたオープンソースリポジトリと、Hacktoberfestについて学びます。
このプロジェクトを使用して、GitHubのオープンソースプロジェクトに最初の貢献をしてください。本物のことをする前に、最初のプルリクエストを公開リポジトリに練習してください!
オープンソースコミュニティに参加して、ハックトーバーフェスト中にいくつかのクールな盗品をつかむようにしてください。
1. Note: Do not create a new directory if already exists.
2. Writing the author's name and the date modified is a must (Write it as a multiline comment in your code).
3. Filename should be meaningful.
4. Don't spam it will be rejected immediately.
このリポジトリに出演します。
このリポジトリをフォークします。
フォークリポジトリをクローンします。
git clone https : / / github. com / <your - github - username > / not er - js cd noter - js git checkout -b <your_branch_name >変更を加えます。
変更をステージングしてコミットします
git add -A
git commit -m "<your_commit_message>" git push -u origin <your_branch_name >プルリクエストを作成します。
おめでとう! ?あなたはあなたの貢献をしました。