Skip to content

Commit dbc1f76

Browse files
committed
Updated CONTRIBUTING.md
1 parent 2d92c57 commit dbc1f76

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ Your contributions may fall into the following categories:
1616
- You would like to improve the documentation. This is no less important than improving the library itself!
1717
If you find a typo in the documentation, do not hesitate to submit a GitHub pull request.
1818

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.
2023

2124
- If you plan to contribute new features, utility functions or extensions, please first open an issue and discuss the feature with us.
2225

@@ -37,6 +40,7 @@ conda install pytorch -c pytorch-nightly
3740
```
3841

3942
### Install Torchvision
43+
4044
```bash
4145
git clone https://github.com/pytorch/vision.git
4246
cd vision
@@ -128,11 +132,15 @@ Then open the browser at `0.0.0.0:<port>` (e.g. `0.0.0.0:1234`)
128132

129133
### New model
130134

131-
TDB
135+
More details on how to add a new model will be provided later.
136+
**Important.** Please, do not send any PR with a new model without discussing
137+
it in an issue as, most likely, it will not be accepted.
132138

133139
### New dataset
134140

135-
TDB
141+
More details on how to add a new model will be provided later.
142+
**Important.** Please, do not send any PR with a new dataset without discussing
143+
it in an issue as, most likely, it will not be accepted.
136144

137145
### Pull Request
138146

0 commit comments

Comments
 (0)