Changes related to renaming master branch to main (#231)

This commit is contained in:
Kevin Lewi
2021-08-18 13:57:24 -07:00
committed by GitHub
parent 6c7840514d
commit a99a934ead
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ possible.
## Pull Requests
We actively welcome your pull requests.
1. Fork the repo and create your branch from `master`.
1. Fork the repo and create your branch from `main`.
2. If you've added code that should be tested, add tests.
3. If you've changed APIs, update the documentation.
4. Ensure the test suite passes.