Skip to content

A project to help new GitHub users learn to create a list in markdown. Easy first contribution

License

Notifications You must be signed in to change notification settings

meilynbear/beginnersmakelistpractice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beginners Make A List Practice

PRs Welcome Open Source Love

Introduction

This is a tutorial to help beginner contributors on GitHub contribute to a simple project using markdown.

Task

  • Add a link to your GitHub userpage and make a list of three things you'd like to do today!
  • Check off at least one of the items on the list.

Steps

  • Fork this repository (click on fork button on top of this page!). You will then have a clone of this repository in your account.
  • Clone the repository.
  • Create a new branch (this makes your own space to edit with before commiting changes).
  • In index.md, add a link to your GitHub userpage and a list of three things you'd like to do today underneath! To add a link to your GitHub profile, type in: [your username here](link address here) To make a list, type in: - [ ] (List item here). Simply put an X inside the brackets like this [X] to check off the list.
  • Push your changes
  • Submit changes for review by opening and then submitting a pull request

Make sure to star this repository!