diff --git a/README.md b/README.md index 61c1ee5e9ff..404fcbd5318 100644 --- a/README.md +++ b/README.md @@ -434,14 +434,14 @@ Three-pointers to get you started: ## Releases and Contributing -PyTorch has a 90-day release cycle (major releases). Please let us know if you encounter a bug by [filing an issue](https://github.com/pytorch/pytorch/issues). +Typically, PyTorch has three major releases a year. Please let us know if you encounter a bug by [filing an issue](https://github.com/pytorch/pytorch/issues). We appreciate all contributions. If you are planning to contribute back bug-fixes, please do so without any further discussion. If you plan to contribute new features, utility functions, or extensions to the core, please first open an issue and discuss the feature with us. Sending a PR without discussion might end up resulting in a rejected PR because we might be taking the core in a different direction than you might be aware of. -To learn more about making a contribution to Pytorch, please see our [Contribution page](CONTRIBUTING.md). +To learn more about making a contribution to Pytorch, please see our [Contribution page](CONTRIBUTING.md). For more information about PyTorch releases, see [Release page](RELEASE.md). ## The Team