python-sprints / pandas-mentoring

Mentoring new pandas contributors.
BSD 3-Clause "New" or "Revised" License
6 stars 30 forks source link

Added Contributor to the list #129

Open ComputerGeekNerd opened 5 years ago

datapythonista commented 5 years ago

You've still got the two changes in the same PR. Let me know if you need help.

ComputerGeekNerd commented 5 years ago

I'm a little confused. I need a little help

datapythonista commented 5 years ago

Do you know how to work with git branches? You should have a branch for each change, push both, and then open a PR for each.

ComputerGeekNerd commented 5 years ago

Okay. Got it.

TanyaaCJain commented 5 years ago

@ComputerGeekNerd If you create a new branch for each change you wish to make, then you can prevent your changes from squashing. Then, you just need to open a pull request from each branch with the commits.

sara-02 commented 5 years ago

@ComputerGeekNerd Can we close this PR since you have now created 2 separate PRs?