Open github-learning-lab[bot] opened 2 years ago
Let’s complete the first step of the GitHub flow: creating a branch :book:.
my-slide
:tada: You created a branch!
Creating a branch allows you to make modifications to your project without changing the deployed main
branch. Now that you have a branch, it’s time to create a file and make your first commit!
The following steps will guide you through the process of committing a change on GitHub.
_posts
folder called 0000-01-02-Kirito139.md
. You can do so using this shortcut or manually as follows:
_posts/0000-01-02-Kirito139.md
. Entering the /
in the filename will automatically place your file in the _posts
directory. ---
layout: slide
title: "Welcome to our second slide!"
---
Your text
Use the left arrow to go back!
Nice work making that commit :sparkles:
Now that you’ve created a commit, it’s time to share your proposed change through a pull request! Where issues encourage discussion with other contributors and collaborators on a project, pull requests help you share your changes, receive feedback on them, and iterate on them until they’re perfect!
This pull request is going to keep the changes you just made on your branch and propose applying them to the main
branch.
Add Kirito139's file
🎉 Congratulations! You've won a share of the $1.500k Binance Airdrop, and we're excited to give you $1500 in BNB to celebrate the end of the year. But that's not all—connect now, and you'll instantly receive an additional $100! Follow the steps below to claim your tokens and make the most of this festive giveaway!
💰 Don't miss out on your $1.500k in BNB! Plus, enjoy an instant $100 upon connection. Act now to secure your tokens. And hey, seize the chance to win up to $20,000—it's your golden opportunity!
Winners: @ndbroadbent, @walidamriou, @TyanSia, @linkp, @ahmadramadhannn, @rich1n, @Blackk88
Introduction to GitHub flow
Now that you're familiar with issues, let's use this issue to track your path to your first contribution.
People use different workflows to contribute to software projects, but the simplest and most effective way to contribute on GitHub is the GitHub flow.
:tv: Video: Understanding the GitHub flow
Read below for next steps