From f818a028f9bb68b9f1279485221012d4ac7b3d85 Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Mon, 14 Jun 2021 16:44:27 +0200 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md (#1681) Small typo on the PR template. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 13b7dfe1..1e3f654d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ The starting point for contributions should usually be [a discussion](https://github.com/encode/httpx/discussions) Simple documentation typos may be raised as stand-alone pull requests, but otherwise -please ensure you've discussed the your proposal prior to issuing a pull request. +please ensure you've discussed your proposal prior to issuing a pull request. This will help us direct work appropriately, and ensure that any suggested changes have been okayed by the maintainers.