jessecusack / perturb

A tool for processing microstructure data from Rockland Scientific instruments
GNU General Public License v3.0
2 stars 1 forks source link

Pull request #11

Closed mousebrains closed 1 year ago

mousebrains commented 1 year ago

Please educate me, what do you mean by "Please use pull requests."

jessecusack commented 1 year ago

This is a pretty good description of the pull request workflow:

https://medium.com/@urna.hybesis/pull-request-workflow-with-git-6-steps-guide-3858e30b5fa4

Essentially, you make a git branch in your local code repository and push the branch to GitHub when you've finished making edits. After doing this, you should see the 'make a pull request' button displayed on GitHub.

I will make a contributing guide to explain this in more details.

jessecusack commented 1 year ago

@mousebrains referencing this issue in my pull request comment allows me to automatically close the issue (see the little note above)