From 77ae8eac50fbc8c03fd3ea4d69f36c78fa8666ba Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 15 Aug 2017 23:21:20 +0100 Subject: [PATCH] Mention the RFC process on the contributing page --- docs/contributing/index.rst | 2 ++ 1 file changed, 2 insertions(+) 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