Skip to content

Contribute to this repository and get your first contribution! Very easy for beginners and first time contributors.

License

Notifications You must be signed in to change notification settings

glaukiol1/easy-contributions-for-first-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Easy Contributions For First Time

Contribute to this repository and get your first contribution! Very easy for beginners and first time contributors.

Do you want to make your first contribution on GitHub? Well this is a good place to start. Here you will go through the contributor cycle;

  • fork
  • clone
  • add a new branch
  • make changes
  • push them
  • make a pull request

Here you will add your name to the CONTRIBUTORS.md file, very simple!

Guide

Now lets get to contributing!

  1. Fork this project. On the top right corner of our github page, here, and click on the button fork, you will get this repo on your GitHub profile.

  2. Clone your GitHub repo on your development computer. Open a command line, and type,

git clone https://github.com/<yourusernamehere>/easy-contributions-for-first-time.git
  1. After you have the your fork of this repo on your computer, we want to make a new branch, and lets name add-glaukiol1;
$ git branch add-glaukiol1 // this is the branch name

$ git checkout add-glaukiol1 // switch to the new branch
  1. After that, add your name to the list, like so; - [Your Name Here](https://github.com/yourusernamehere), and then push them to github, using
$ git add . // add all the changes

$ git commit -m "Added Glaukio L to contributors list" // Small description of what you did

$ git push origin add-glaukiol1 // push the changes to github

Make sure you add your name to the middle of the list! Not end or beginning!!!

  1. Now go to https://github.com/<yourusernamehere>/easy-contributions-for-first-time, make sure to replace the <yourusernamehere> with your real GitHub username, and on the top you should see a button that says, add-glaukiol1 had recent changes, start a pull request?, it is diffferent based on your translation. Start the pull request and fill out the description. Good luck!

About

Contribute to this repository and get your first contribution! Very easy for beginners and first time contributors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published