You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -4,22 +4,22 @@ We want to make contributing to this project as easy and transparent as possible
4
4
5
5
## TL;DR
6
6
7
-
We appreciate all contributions. If you are interested in contributing to Torchvision, there are many ways to help out.
7
+
We appreciate all contributions. If you are interested in contributing to Torchvision, there are many ways to help out.
8
8
Your contributions may fall into the following categories:
9
9
10
-
- It helps the project if you could
10
+
- It helps the project if you could
11
11
- Report issues you're facing
12
-
- Give a :+1: on issues that others reported and that are relevant to you
12
+
- Give a :+1: on issues that others reported and that are relevant to you
13
13
14
14
- Answering queries on the issue tracker, investigating bugs are very valuable contributions to the project.
15
15
16
-
- You would like to improve the documentation. This is no less important than improving the library itself!
16
+
- You would like to improve the documentation. This is no less important than improving the library itself!
17
17
If you find a typo in the documentation, do not hesitate to submit a GitHub pull request.
18
18
19
19
- If you would like to fix a bug
20
20
- 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)
21
21
- comment on the issue that you want to work on this issue
22
-
- send a PR with your fix, see below.
22
+
- send a PR with your fix, see below.
23
23
24
24
- If you plan to contribute new features, utility functions or extensions, please first open an issue and discuss the feature with us.
25
25
@@ -85,12 +85,12 @@ If you plan to modify the code or documentation, please follow the steps below:
85
85
4. Ensure the test suite passes.
86
86
5. Make sure your code passes the formatting checks (see below).
@@ -208,18 +208,18 @@ with "transforms" in their name.
208
208
### New architecture or improved model weights
209
209
210
210
Please refer to the guidelines in [Contributing to Torchvision - Models](https://github.com/pytorch/vision/blob/main/CONTRIBUTING_MODELS.md).
211
-
211
+
212
212
### New dataset
213
213
214
-
Please, do not send any PR with a new dataset without discussing
214
+
Please, do not send any PR with a new dataset without discussing
215
215
it in an issue as, most likely, it will not be accepted.
216
216
217
217
### Pull Request
218
218
219
-
If all previous checks (flake8, mypy, unit tests) are passing, please send a PR. Submitted PR will pass other tests on
219
+
If all previous checks (flake8, mypy, unit tests) are passing, please send a PR. Submitted PR will pass other tests on
220
220
different operating systems, python versions and hardware.
0 commit comments