Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

pydata-manipal/first-pr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Your first contribution/pull-request

Follow the steps below

  1. Fork this repository
  2. Clone your forked repository to your local system by running git clone https://github.com/<username>/first-pr.git
  3. cd first-pr
  4. Add your name to names.txt in a new line
  5. git commit -am “added <your_name>”

If you are committing for the first time, you will need to run the following two commands:
git config --global user.name "Your Name"
git config --global user.email "your_email_address@domain.com"

  1. git push origin master
  2. Go to your forked repository on GitHub and click on Pull Request
  3. Raise the pull request
  4. Wait for us to merge it
  5. Celebrate your first PR!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published