From a6911a10a0eeafa2e9d133361b26ff81d9f47bc8 Mon Sep 17 00:00:00 2001 From: Kirstie Whitaker Date: Tue, 30 Apr 2019 20:11:17 +0100 Subject: [PATCH] Update docs/source/contributing/contributing.md --- docs/source/contributing/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/contributing/contributing.md b/docs/source/contributing/contributing.md index a317e053..995f8fda 100644 --- a/docs/source/contributing/contributing.md +++ b/docs/source/contributing/contributing.md @@ -69,7 +69,7 @@ Read the [next section](#guidelines-to-getting-a-pull-request-merged) for guidel ## Guidelines to getting a Pull Request merged -These are not hard rules to be enforced by 🚓 but they are suggestions written by the repo2docker maintainers to make getting your contribution completed a smooth process for you and for them. +These are not hard rules to be enforced by 🚓 but they are suggestions written by the repo2docker maintainers to help complete your contribution as smoothly as possible for both you and for them. * **Create a PR as early as possible**, marking it with `[WIP]` while you work on it. This avoids duplicated work, lets you get high level feedback on functionality or API changes, and/or helps find collaborators to work with you.