another main

This commit is contained in:
Neale Pickett 2020-09-18 15:44:13 -06:00
parent 5828f16c5c
commit f6acbcf358
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ We use the [Feature Branch Workflow](https://www.atlassian.com/git/tutorials/com
Pull requests are the best way to propose changes to the codebase.
We actively welcome your pull requests:
1. Fork the repo. Optionally create a branch from `master`.
1. Fork the repo. Optionally create a branch from `main`.
2. If you've changed code, modify tests that fail on the old code, and pass on the new code.
3. If you've changed APIs, update the documentation.
4. Ensure the test suite passes.