@@ -4,22 +4,22 @@ We want to make contributing to this project as easy and transparent as possible
...
@@ -4,22 +4,22 @@ We want to make contributing to this project as easy and transparent as possible
## TL;DR
## TL;DR
We appreciate all contributions. If you are interested in contributing to Torchvision, there are many ways to help out.
We appreciate all contributions. If you are interested in contributing to Torchvision, there are many ways to help out.
Your contributions may fall into the following categories:
Your contributions may fall into the following categories:
- It helps the project if you could
- It helps the project if you could
- Report issues you're facing
- Report issues you're facing
- Give a :+1: on issues that others reported and that are relevant to you
- Give a :+1: on issues that others reported and that are relevant to you
- Answering queries on the issue tracker, investigating bugs are very valuable contributions to the project.
- Answering queries on the issue tracker, investigating bugs are very valuable contributions to the project.
- You would like to improve the documentation. This is no less important than improving the library itself!
- You would like to improve the documentation. This is no less important than improving the library itself!
If you find a typo in the documentation, do not hesitate to submit a GitHub pull request.
If you find a typo in the documentation, do not hesitate to submit a GitHub pull request.
- If you would like to fix a bug
- If you would like to fix a bug
- please pick one from the [list of open issues labelled as "help wanted"](https://github.com/pytorch/vision/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)
- please pick one from the [list of open issues labelled as "help wanted"](https://github.com/pytorch/vision/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)
- comment on the issue that you want to work on this issue
- comment on the issue that you want to work on this issue
- send a PR with your fix, see below.
- send a PR with your fix, see below.
- If you plan to contribute new features, utility functions or extensions, please first open an issue and discuss the feature with us.
- If you plan to contribute new features, utility functions or extensions, please first open an issue and discuss the feature with us.
...
@@ -85,12 +85,12 @@ If you plan to modify the code or documentation, please follow the steps below:
...
@@ -85,12 +85,12 @@ If you plan to modify the code or documentation, please follow the steps below:
4. Ensure the test suite passes.
4. Ensure the test suite passes.
5. Make sure your code passes the formatting checks (see below).
5. Make sure your code passes the formatting checks (see below).