From 630d07de49bb00ff79d0f0ef5549658094a3cebf Mon Sep 17 00:00:00 2001 From: Mike Scheurwater <33215978+MikeScheurwater@users.noreply.github.com> Date: Tue, 22 Oct 2019 04:31:24 +0200 Subject: [PATCH] Fix typo in pull_request_template (#682) --- .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 068b8768..8d9a2950 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,4 +13,4 @@ Your pull request must: * Be possible to merge automatically. -When you rea making PR that adds new spatial features to OpenMapTiles schema, please make also PR for at least one of our GL styles to show it on the map. Visual check is crucial. \ No newline at end of file +When you are making a PR that adds new spatial features to OpenMapTiles schema, please make also PR for at least one of our GL styles to show it on the map. Visual check is crucial.