Skip to content

jesstesstest/contrib-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

contrib-test

A scratchpad for folks in the PyCon open source tutorial.

Instructions

  1. Fork this GitHub project using the following command:

    git clone https://github.com/jesstess/contrib-test

  2. Using your favorite text editor, add a new file to this project.

    a) Make the name of the file your first name, then a hyphen, then a random number, for example jessica-19678. b) In this file, add your home town and an open source Python project you are interested in contributing to, for example:

    I'm from Nashville and interested in contributing to Django!
    
  3. Commit this addition to your fork of the project using the following commands:

    git add git commit -m "Added my open source interests."

  4. Push your changes to the remote repository with the following command:

    git push origin HEAD:master

  5. Visit the GitHub page for your fork of the project, e.g. https://github.com//contrib-test

  6. Create a pull request for your changes.

  7. Update your fork of the project to see everyone else's changes, using the following command:

    git pull --rebase

  8. Explore the changes with commands like git log and git show.

About

A scratchpad for folks in the PyCon open source tutorial

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors