CONTRIBUTING.md in ruby-pwsh-0.6.0 vs CONTRIBUTING.md in ruby-pwsh-0.6.1
- old
+ new
@@ -77,10 +77,10 @@
Please also check that you are not introducing any trailing whitespace or other "whitespace errors".
You can do this by running `git diff --check` on your changes before you commit.
2. Sending your patches
- To submit your changes via a GitHub pull request, we _highly_ recommend that you have them on a topic branch, instead of directly on "master".
+ To submit your changes via a GitHub pull request, we _highly_ recommend that you have them on a topic branch, instead of directly on "main".
It makes things much easier to keep track of, especially if you decide to work on another thing before your first change is merged in.
GitHub has some pretty good [general documentation](http://help.github.com/) on using their site.
They also have documentation on [creating pull requests](https://help.github.com/articles/creating-a-pull-request-from-a-fork/).