Unverified Commit 6ac0fac8 authored by Lysandre Debut's avatar Lysandre Debut Committed by GitHub
Browse files

Mention no images added to repository (#14738)



* Mention no images added to repository

* Update CONTRIBUTING.md
Co-authored-by: default avatarNielsRogge <48327001+NielsRogge@users.noreply.github.com>
Co-authored-by: default avatarNielsRogge <48327001+NielsRogge@users.noreply.github.com>
parent e4666bff
...@@ -275,6 +275,9 @@ Follow these steps to start contributing: ...@@ -275,6 +275,9 @@ Follow these steps to start contributing:
CircleCI does not run the slow tests, but github actions does every night! CircleCI does not run the slow tests, but github actions does every night!
6. All public methods must have informative docstrings that work nicely with sphinx. See `modeling_bert.py` for an 6. All public methods must have informative docstrings that work nicely with sphinx. See `modeling_bert.py` for an
example. example.
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
the ones hosted on [`hf-internal-testing`](https://huggingface.co/hf-internal-testing) in which to place these files and reference
them by URL.
See more about the checks run on a pull request in our [PR guide](pr_checks) See more about the checks run on a pull request in our [PR guide](pr_checks)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment