diff --git a/docs/contributing/index.rst b/docs/contributing/index.rst
index f8fa1a5588..55f4adf50b 100644
--- a/docs/contributing/index.rst
+++ b/docs/contributing/index.rst
@@ -16,6 +16,8 @@ Pull requests
If you're a Python or Django developer, `fork it `_ and read the :ref:`developing docs ` to get stuck in! We welcome all contributions, whether they solve problems which are specific to you or they address existing issues. If you're stuck for ideas, pick something from the `issue list `_, or email us directly on `hello@wagtail.io `_ if you'd like us to suggest something!
+For large-scale changes, we'd generally recommend breaking them down into smaller pull requests that achieve a single well-defined task and can be reviewed individually. If this isn't possible, we recommend opening a pull request on the `Wagtail RFCs `_ repository, so that there's a chance for the community to discuss the change before it gets implemented.
+
.. toctree::
:maxdepth: 2