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
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,10 @@ Your contributions may fall into the following categories:
16
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
-
- If you are planning to contribute back bug-fixes, please do so without any further discussion.
19
+
- If you would like to fix a bug
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
+
- comment on the issue that you want to work on this issue
22
+
- send a PR with your fix, see below.
20
23
21
24
- If you plan to contribute new features, utility functions or extensions, please first open an issue and discuss the feature with us.
0 commit comments