diff --git a/.github/steps/-step.txt b/.github/steps/-step.txt index 573541a..62d8fe9 100644 --- a/.github/steps/-step.txt +++ b/.github/steps/-step.txt @@ -1 +1 @@ -0 +X diff --git a/PROFILE.md b/PROFILE.md new file mode 100644 index 0000000..3a3a760 --- /dev/null +++ b/PROFILE.md @@ -0,0 +1 @@ +Welcome to my GitHub profile! diff --git a/README.md b/README.md index 7de2d97..6e94036 100644 --- a/README.md +++ b/README.md @@ -14,49 +14,39 @@ _Get started using GitHub in less than an hour._ -## Welcome +## Finish -People use GitHub to build some of the most advanced technologies in the world. Whether you’re visualizing data or building a new game, there’s a whole community and set of tools on GitHub that can help you do it even better. GitHub Skills’ “Introduction to GitHub” course guides you through everything you need to start contributing in less than an hour. +_Congratulations, you've completed this course and joined the world of developers!_ -- **Who is this for**: New developers, new GitHub users, and students. -- **What you'll learn**: We'll introduce repositories, branches, commits, and pull requests. -- **What you'll build**: We'll make a short Markdown file you can use as your [profile README](https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme). -- **Prerequisites**: None. This course is a great introduction for your first day on GitHub. -- **How long**: This course takes less than one hour to complete. +celebrate -In this course, you will: +Here's a recap of your accomplishments: -1. Create a branch -2. Commit a file -3. Open a pull request -4. Merge your pull request +- You learned about GitHub, repositories, branches, commits, and pull requests. +- You created a branch, a commit, and a pull request. +- You merged a pull request. +- You made your first contribution! :tada: -### How to start this course +### What's next? - +If you'd like to make a profile README, use the quickstart instructions below or follow the instructions in the [Managing your profile README](https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme) article. + +1. Make a new public repository with a name that matches your GitHub username. +2. Create a file named `README.md` in its root. The "root" means not inside any folder in your repository. +3. Edit the contents of the `README.md` file. +4. If you created a new branch for your file, open and merge a pull request on your branch. +5. Lastly, we'd love to hear what you thought of this course [in our discussion board](https://github.com/orgs/skills/discussions/categories/introduction-to-github). -[![start-course](https://user-images.githubusercontent.com/1221423/235727646-4a590299-ffe5-480d-8cd5-8194ea184546.svg)](https://github.com/new?template_owner=skills&template_name=introduction-to-github&owner=%40me&name=skills-introduction-to-github&description=My+clone+repository&visibility=public) +Check out these resources to learn more or get involved: -1. Right-click **Start course** and open the link in a new tab. -2. In the new tab, most of the prompts will automatically fill in for you. - - For owner, choose your personal account or an organization to host the repository. - - We recommend creating a public repository, as private repositories will [use Actions minutes](https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions). - - Scroll down and click the **Create repository** button at the bottom of the form. -3. After your new repository is created, wait about 20 seconds, then refresh the page. Follow the step-by-step instructions in the new repository's README. +- Are you a student? Check out the [Student Developer Pack](https://education.github.com/pack). +- [Take another GitHub Skills course](https://github.com/skills). +- [Read the GitHub Getting Started docs](https://docs.github.com/en/get-started). +- To find projects to contribute to, check out [GitHub Explore](https://github.com/explore).