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-15
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).
0 commit comments