Skip to content

Commit 6ac0fac

Browse files
Mention no images added to repository (huggingface#14738)
* Mention no images added to repository * Update CONTRIBUTING.md Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com> Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
1 parent e4666bf commit 6ac0fac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,9 @@ Follow these steps to start contributing:
275275
CircleCI does not run the slow tests, but github actions does every night!
276276
6. All public methods must have informative docstrings that work nicely with sphinx. See `modeling_bert.py` for an
277277
example.
278+
7. Due to the rapidly growing repository, it is important to make sure that no files that would significantly weigh down the repository are added. This includes images, videos and other non-text files. We prefer to leverage a hf.co hosted `dataset` like
279+
the ones hosted on [`hf-internal-testing`](https://huggingface.co/hf-internal-testing) in which to place these files and reference
280+
them by URL.
278281

279282
See more about the checks run on a pull request in our [PR guide](pr_checks)
280283

0 commit comments

Comments
 (0)