Skip to content

Commit

Permalink
change name from master to main
Browse files Browse the repository at this point in the history
Reviewed By: ppwwyyxx

Differential Revision: D31049682

fbshipit-source-id: db2de82fab7c9fa6ee33b27dbfc587376a3916e5
  • Loading branch information
haooooooqi authored and facebook-github-bot committed Sep 20, 2021
1 parent 20d5713 commit 8cf4acc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,4 @@ workflows:
filters:
branches:
only:
- master
- main
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -28,4 +28,4 @@ outlined on that page and do not file a public issue.

## License
By contributing to fvcore, you agree that your contributions will be licensed
under the LICENSE file in the root directory of this source tree.
under the LICENSE file in the root directory of this source tree.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ pip install -e fvcore

## License

This library is released under the [Apache 2.0 license](https://github.com/facebookresearch/fvcore/blob/master/LICENSE).
This library is released under the [Apache 2.0 license](https://github.com/facebookresearch/fvcore/blob/main/LICENSE).

0 comments on commit 8cf4acc

Please sign in to comment.