Skip to content

Commit 7d02ecf

Browse files
kiszkpytorchmergebot
authored andcommitted
Fix typo in RELEASE.md and CONTRIBUTING.md (pytorch#95965)
This PR fixes typos in `RELEASE.md` and `CONTRIBUTING.md` Pull Request resolved: pytorch#95965 Approved by: https://github.com/kit1980
1 parent ac07de4 commit 7d02ecf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ ghstack submit
389389
of very low signal to reviewers.
390390

391391
## Merging your Change
392-
If you know the right people or team that should approve your PR (and you have the required permisssions to do so), add them to the Reviewers list.
392+
If you know the right people or team that should approve your PR (and you have the required permissions to do so), add them to the Reviewers list.
393393

394394
If not, leave the Reviewers section empty. Our triage squad will review your PR, add a module label, and assign it to the appropriate reviewer in a couple business days. The reviewer will then look at your PR and respond.
395395

RELEASE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Following Requirements needs to be met prior to final RC Cut:
6161
* Resolve all outstanding issues in the milestones(for example [1.11.0](https://github.com/pytorch/pytorch/milestone/28))before first RC cut is completed. After RC cut is completed following script should be executed from builder repo in order to validate the presence of the fixes in the release branch :
6262
``` python github_analyze.py --repo-path ~/local/pytorch --remote upstream --branch release/1.11 --milestone-id 26 --missing-in-branch ```
6363
* Validate that all new workflows have been created in the PyTorch and domain libraries included in the release. Validate it against all dimensions of release matrix, including operating systems(Linux, MacOS, Windows), Python versions as well as CPU architectures(x86 and arm) and accelerator versions(CUDA, ROCm).
64-
* All the nighly jobs for pytorch and domain libraries should be green. Validate this using following HUD links:
64+
* All the nightly jobs for pytorch and domain libraries should be green. Validate this using following HUD links:
6565
* [Pytorch](https://hud.pytorch.org/hud/pytorch/pytorch/nightly)
6666
* [TorchVision](https://hud.pytorch.org/hud/pytorch/vision/nightly)
6767
* [TorchAudio](https://hud.pytorch.org/hud/pytorch/audio/nightly)
@@ -116,7 +116,7 @@ These are examples of changes that should be made to the *default* branch after
116116
### Making release branch specific changes for domain libraries
117117

118118
Domain library branch cut is done a week after branch cut for the `pytorch/pytorch`. The branch cut is performed by the Domain Library POC.
119-
After the branch cut is performed, the Pytorch Dev Infra memeber should be informed of the branch cut and Domain Library specific change is required before Drafting RC for this domain library.
119+
After the branch cut is performed, the Pytorch Dev Infra member should be informed of the branch cut and Domain Library specific change is required before Drafting RC for this domain library.
120120

121121
Follow these examples of PR that updates the version and sets RC Candidate upload channel:
122122
* torchvision : https://github.com/pytorch/vision/pull/5400
@@ -249,7 +249,7 @@ Patch releases should be considered if a regression meets the following criteria
249249

250250
### Issue Tracker for Patch releases
251251

252-
For patch releases issue tracker needs to be created. For patch release, we require all cherry-pick changes to have links to either a high-priority Github issue or a CI failure from previous RC. An example of this would look like:
252+
For patch releases issue tracker needs to be created. For patch release, we require all cherry-pick changes to have links to either a high-priority GitHub issue or a CI failure from previous RC. An example of this would look like:
253253
* https://github.com/pytorch/pytorch/issues/51886
254254

255255
Only following issues are accepted:

0 commit comments

Comments
 (0)