Skip to content

Commit

Permalink
Update CONTRIBUTING.md to reference main branch instead of master (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Normore authored Jan 8, 2024
1 parent 210c5a4 commit 30f0e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ We use GitHub to host code, to track issues and feature requests, as well as acc

Pull requests are the best way to propose changes to the codebase (we use [Github Flow](https://guides.github.com/introduction/flow/index.html)). 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.
Expand Down

0 comments on commit 30f0e09

Please sign in to comment.