diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0fb4c8bfe0..e6d8a12b25 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,7 +33,7 @@ Comment on the issue that you want to work on it and send a PR with your fix We recommend using a `conda` environment to contribute efficiently to torchaudio. -### Install PyTorch Nightly +### Install PyTorch Nightly ```bash conda install pytorch -c pytorch-nightly @@ -75,19 +75,19 @@ pip install typing pytest scipy numpy parameterized If you plan to modify the code or documentation, please follow the steps below: 1. Fork the repository and create your branch from `master`: `$ git checkout master && git checkout -b my_cool_feature` -2. If you have modified the code (new feature or bug-fix), [please add tests](.test/torchaudio_unittest/). +2. If you have modified the code (new feature or bug-fix), [please add tests](test/torchaudio_unittest/). 3. If you have changed APIs, [update the documentation](#Documentation). -For more details about pull requests, -please read [GitHub's guides](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request). +For more details about pull requests, +please read [GitHub's guides](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request). If you would like to contribute a new model, please see [here](#New-model). -If you would like to contribute a new dataset, please see [here](#New-dataset). +If you would like to contribute a new dataset, please see [here](#New-dataset). ## Testing -Please refer to our [testing guidelines](.test/torchaudio_unittest/) for more +Please refer to our [testing guidelines](test/torchaudio_unittest/) for more details. ## Documentation