From 6ac0fac85a97ae8a04943e7e6db0ac8c5d8be14f Mon Sep 17 00:00:00 2001 From: Lysandre Debut Date: Mon, 13 Dec 2021 18:21:26 +0100 Subject: [PATCH] Mention no images added to repository (#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> --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5b1aff38524..e3c7576724d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -275,6 +275,9 @@ Follow these steps to start contributing: 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 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)